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

Unified Diff: chrome/browser/chromeos/mobile/mobile_activator_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: chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
diff --git a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
index b0e5b381c0d37e899915f1f4817139f26a077b25..9cdd32332fae57f8db3cab1a5bb13b757913df67 100644
--- a/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
+++ b/chrome/browser/chromeos/mobile/mobile_activator_unittest.cc
@@ -114,7 +114,7 @@ class MobileActivatorTest : public testing::Test {
protected:
virtual void SetUp() {
- DBusThreadManager::InitializeWithStub();
+ DBusThreadManager::Initialize();
NetworkHandler::Initialize();
}
virtual void TearDown() {

Powered by Google App Engine
This is Rietveld 408576698