| Index: athena/test/athena_test_helper.cc
|
| diff --git a/athena/test/athena_test_helper.cc b/athena/test/athena_test_helper.cc
|
| index b2353d566ec912400fbdd625f9f1a2e3684d078a..251311b7d7b6a7d26ff580a49f6ef8fb9748b900 100644
|
| --- a/athena/test/athena_test_helper.cc
|
| +++ b/athena/test/athena_test_helper.cc
|
| @@ -48,7 +48,7 @@ void AthenaTestHelper::SetUp(ui::ContextFactory* context_factory) {
|
| base::Thread::Options options(base::MessageLoop::TYPE_IO, 0);
|
| file_thread_->StartWithOptions(options);
|
|
|
| - chromeos::DBusThreadManager::InitializeWithStub();
|
| + chromeos::DBusThreadManager::Initialize();
|
| ui::InitializeInputMethodForTesting();
|
| aura::Env::CreateInstance(true);
|
| aura::Env::GetInstance()->set_context_factory(context_factory);
|
|
|