Index: chromeos/dbus/dbus_thread_manager.cc |
diff --git a/chromeos/dbus/dbus_thread_manager.cc b/chromeos/dbus/dbus_thread_manager.cc |
index ed6e2c8dd71729d8c9639fff1b690f337cea34a9..e7605ebfebca7913436c8ab19e946d7d95b35e2b 100644 |
--- a/chromeos/dbus/dbus_thread_manager.cc |
+++ b/chromeos/dbus/dbus_thread_manager.cc |
@@ -67,7 +67,7 @@ class DBusThreadManagerImpl : public DBusThreadManager { |
// Create the 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; |
dbus_thread_.reset(new base::Thread("D-Bus thread")); |
dbus_thread_->StartWithOptions(thread_options); |