Index: content/browser/download/download_item_impl_unittest.cc |
diff --git a/content/browser/download/download_item_impl_unittest.cc b/content/browser/download/download_item_impl_unittest.cc |
index caee4aecef65c53ba3e71cf150edca89d90c19b2..275b4d2c292290039ffd93b9d999ba3dd98a86d7 100644 |
--- a/content/browser/download/download_item_impl_unittest.cc |
+++ b/content/browser/download/download_item_impl_unittest.cc |
@@ -325,7 +325,7 @@ class DownloadItemTest : public testing::Test { |
} |
private: |
- MessageLoopForUI loop_; |
+ base::MessageLoopForUI loop_; |
TestBrowserThread ui_thread_; // UI thread |
TestBrowserThread file_thread_; // FILE thread |
StrictMock<MockDelegate> delegate_; |