Robbie McElrath | 357abfc | 2018-09-14 20:43:54 | [diff] [blame] | 1 | // 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 | |
| 9 | IosComponentsTestInitializer::IosComponentsTestInitializer() |
| 10 | : network_connection_tracker_( |
| 11 | network::TestNetworkConnectionTracker::CreateInstance()) {} |
| 12 | |
| 13 | IosComponentsTestInitializer::~IosComponentsTestInitializer() {} |