Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1755)

Unified Diff: ash/system/chromeos/network/network_state_notifier_unittest.cc

Issue 477663004: Merged FakedDBusThreadManager with DBusThreadManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 1032bf7041f19c31cb4077c3a3b62387285f640e..31107ecbdada54a4fe51ef44a8938cc8329396e7 100644
--- a/ash/system/chromeos/network/network_state_notifier_unittest.cc
+++ b/ash/system/chromeos/network/network_state_notifier_unittest.cc
@@ -41,7 +41,7 @@ class NetworkStateNotifierTest : public AshTestBase {
virtual ~NetworkStateNotifierTest() {}
virtual void SetUp() OVERRIDE {
- DBusThreadManager::InitializeWithStub();
+ DBusThreadManager::Initialize();
chromeos::LoginState::Initialize();
SetupDefaultShillState();
chromeos::NetworkHandler::Initialize();

Powered by Google App Engine
This is Rietveld 408576698