summaryrefslogtreecommitdiffstats
path: root/dbus/signal_sender_verification_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/signal_sender_verification_unittest.cc')
-rw-r--r--dbus/signal_sender_verification_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbus/signal_sender_verification_unittest.cc b/dbus/signal_sender_verification_unittest.cc
index 2f2eb44..ca9cb82 100644
--- a/dbus/signal_sender_verification_unittest.cc
+++ b/dbus/signal_sender_verification_unittest.cc
@@ -34,7 +34,7 @@ class SignalSenderVerificationTest : public testing::Test {
// Start the D-Bus thread.
dbus_thread_.reset(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;
ASSERT_TRUE(dbus_thread_->StartWithOptions(thread_options));
// Create the client, using the D-Bus thread.
@@ -152,7 +152,7 @@ class SignalSenderVerificationTest : public testing::Test {
message_loop_.Run();
}
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
scoped_ptr<base::Thread> dbus_thread_;
scoped_refptr<dbus::Bus> bus_;
dbus::ObjectProxy* object_proxy_;