| Index: dbus/test_server.cc
|
| diff --git a/dbus/test_server.cc b/dbus/test_server.cc
|
| index 0c5cc756fdbb1316906c4105c81c73f91ab99d9a..88f751f7eb507537cf68ea3650e6806eb58ab738 100644
|
| --- a/dbus/test_server.cc
|
| +++ b/dbus/test_server.cc
|
| @@ -15,7 +15,7 @@ int main(int argc, char** argv) {
|
|
|
| base::Thread* dbus_thread = new base::Thread("D-Bus Thread");
|
| base::Thread::Options thread_options;
|
| - thread_options.message_loop_type = MessageLoop::TYPE_IO;
|
| + thread_options.message_loop_type = base::MessageLoop::TYPE_IO;
|
| CHECK(dbus_thread->StartWithOptions(thread_options));
|
|
|
| dbus::TestService::Options options;
|
|
|