Index: content/browser/download/base_file_unittest.cc |
diff --git a/content/browser/download/base_file_unittest.cc b/content/browser/download/base_file_unittest.cc |
index 0e6239f0a0fd533e4b4c445644d1c154433233fb..7b53c4dbd27f567c39fa0ee8fa4dab71d33b9ee8 100644 |
--- a/content/browser/download/base_file_unittest.cc |
+++ b/content/browser/download/base_file_unittest.cc |
@@ -222,7 +222,7 @@ class BaseFileTest : public testing::Test { |
DownloadInterruptReason expected_error_; |
// Mock file thread to satisfy debug checks in BaseFile. |
- MessageLoop message_loop_; |
+ base::MessageLoop message_loop_; |
BrowserThreadImpl file_thread_; |
}; |