Index: chrome/browser/download/download_history_unittest.cc |
diff --git a/chrome/browser/download/download_history_unittest.cc b/chrome/browser/download/download_history_unittest.cc |
index 63528cdb0904d93b5ae0cff817aa681f7e0b9891..2c70a779291a577252a2eed324f2f933e16be9f0 100644 |
--- a/chrome/browser/download/download_history_unittest.cc |
+++ b/chrome/browser/download/download_history_unittest.cc |
@@ -410,7 +410,7 @@ class DownloadHistoryTest : public testing::Test { |
} |
private: |
- MessageLoopForUI loop_; |
+ base::MessageLoopForUI loop_; |
content::TestBrowserThread ui_thread_; |
std::vector<NiceMockDownloadItem*> items_; |
scoped_refptr<content::MockDownloadManager> manager_; |