Index: chrome/browser/chromeos/drive/file_system_unittest.cc |
diff --git a/chrome/browser/chromeos/drive/file_system_unittest.cc b/chrome/browser/chromeos/drive/file_system_unittest.cc |
index caadf8c887b19c293a1bb6bc1bfc5910bc8e4a3b..b2e09c232f316ff4a7c4ca5f67091534d3e0265d 100644 |
--- a/chrome/browser/chromeos/drive/file_system_unittest.cc |
+++ b/chrome/browser/chromeos/drive/file_system_unittest.cc |
@@ -47,7 +47,7 @@ const int64 kLotsOfSpace = internal::kMinFreeSpace * 10; |
// Counts the number of invocation, and if it increased up to |expected_counter| |
// quits the current message loop. |
void AsyncInitializationCallback( |
- int* counter, int expected_counter, MessageLoop* message_loop, |
+ int* counter, int expected_counter, base::MessageLoop* message_loop, |
FileError error, scoped_ptr<ResourceEntry> entry) { |
if (error != FILE_ERROR_OK || !entry) { |
// If we hit an error case, quit the message loop immediately. |
@@ -367,7 +367,7 @@ class FileSystemTest : public testing::Test { |
EXPECT_EQ(entry.resource_id(), resource_id); |
} |
- MessageLoopForUI message_loop_; |
+ base::MessageLoopForUI message_loop_; |
content::TestBrowserThread ui_thread_; |
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_; |
scoped_ptr<TestingProfile> profile_; |