| 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() {
|
|
|