blob: e16b216ffa8e4b3bcff0d5098f214c510fdfc601 [file] [log] [blame]
Robbie McElrath357abfc2018-09-14 20:43:541// Copyright 2018 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "components/test/ios_components_test_initializer.h"
6
7#include "services/network/test/test_network_connection_tracker.h"
8
9IosComponentsTestInitializer::IosComponentsTestInitializer()
10 : network_connection_tracker_(
11 network::TestNetworkConnectionTracker::CreateInstance()) {}
12
13IosComponentsTestInitializer::~IosComponentsTestInitializer() {}