| Index: chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| diff --git a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| index 055d2b69c76ec5226ff056e0e798acdea3ff911c..af5b7b1db3dce2e1bb6858a3c5a942668a1364a0 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| @@ -216,7 +216,7 @@ class ProxyConfigServiceImplTest : public testing::Test {
|
|
|
| virtual void SetUp() {
|
| DBusThreadManager::InitializeWithStub();
|
| - NetworkHandler::Initialize();
|
| + NetworkHandler::InitializeForTest();
|
|
|
| SetUpNetwork();
|
|
|
|
|