| 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 1eb8679da70a6f79f2cb4def4f37d63b4cbd280b..b7217da8cdfe334a590d07f130d3335c8f976f83 100644
|
| --- a/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| +++ b/chrome/browser/chromeos/proxy_config_service_impl_unittest.cc
|
| @@ -215,7 +215,7 @@ class ProxyConfigServiceImplTest : public testing::Test {
|
|
|
| virtual void SetUp() {
|
| DBusThreadManager::InitializeWithStub();
|
| - NetworkHandler::Initialize();
|
| + NetworkHandler::InitializeForTest();
|
|
|
| SetUpNetwork();
|
|
|
|
|