Index: chrome/browser/sync_file_system/drive/api_util_unittest.cc |
diff --git a/chrome/browser/sync_file_system/drive/api_util_unittest.cc b/chrome/browser/sync_file_system/drive/api_util_unittest.cc |
index e698684783ff65b2201d8eb68988baa61ca414a0..aa244073a7d5d67a14e5ee2dc107c1004d3ed931 100644 |
--- a/chrome/browser/sync_file_system/drive/api_util_unittest.cc |
+++ b/chrome/browser/sync_file_system/drive/api_util_unittest.cc |
@@ -144,10 +144,10 @@ class APIUtilTest : public testing::Test { |
return mock_drive_service_; |
} |
- MessageLoop* message_loop() { return &message_loop_; } |
+ base::MessageLoop* message_loop() { return &message_loop_; } |
private: |
- MessageLoop message_loop_; |
+ base::MessageLoop message_loop_; |
TestingProfile profile_; |
scoped_ptr<APIUtil> api_util_; |