Index: rlz/lib/rlz_lib_test.cc |
diff --git a/rlz/lib/rlz_lib_test.cc b/rlz/lib/rlz_lib_test.cc |
index b5ef72edb938ff7c22403d3ae821fe7b76a4df01..f21c54006985438294368bea7dc5bbd7dfe81e77 100644 |
--- a/rlz/lib/rlz_lib_test.cc |
+++ b/rlz/lib/rlz_lib_test.cc |
@@ -427,7 +427,7 @@ TEST_F(RlzLibTest, SendFinancialPing) { |
#endif |
base::Thread::Options options; |
- options.message_loop_type = MessageLoop::TYPE_IO; |
+ options.message_loop_type = base::MessageLoop::TYPE_IO; |
base::Thread io_thread("rlz_unittest_io_thread"); |
ASSERT_TRUE(io_thread.StartWithOptions(options)); |