Index: ash/system/chromeos/network/network_state_notifier_unittest.cc |
diff --git a/ash/system/chromeos/network/network_state_notifier_unittest.cc b/ash/system/chromeos/network/network_state_notifier_unittest.cc |
index 009274c797782aa0f2f12d24629323617e1ba141..8cca85dc69f7821894de6890500ed478dbc580f4 100644 |
--- a/ash/system/chromeos/network/network_state_notifier_unittest.cc |
+++ b/ash/system/chromeos/network/network_state_notifier_unittest.cc |
@@ -42,7 +42,7 @@ class NetworkStateNotifierTest : public AshTestBase { |
virtual void SetUp() OVERRIDE { |
DBusThreadManager::InitializeWithStub(); |
SetupDefaultShillState(); |
- NetworkHandler::Initialize(); |
+ NetworkHandler::InitializeForTest(); |
RunAllPendingInMessageLoop(); |
AshTestBase::SetUp(); |
} |