| Index: chrome/browser/ui/app_list/search/history_data_store_unittest.cc
|
| diff --git a/chrome/browser/ui/app_list/search/history_data_store_unittest.cc b/chrome/browser/ui/app_list/search/history_data_store_unittest.cc
|
| index d1ed8d19f311bdc34fadf0a57432373e73ff043d..46b76430da335970e4bd4bbbe835c67f3c35b7a1 100644
|
| --- a/chrome/browser/ui/app_list/search/history_data_store_unittest.cc
|
| +++ b/chrome/browser/ui/app_list/search/history_data_store_unittest.cc
|
| @@ -91,7 +91,7 @@ class HistoryDataStoreTest : public testing::Test {
|
| run_loop_->Quit();
|
| }
|
|
|
| - MessageLoopForUI message_loop_;
|
| + base::MessageLoopForUI message_loop_;
|
| content::TestBrowserThread ui_thread_;
|
| base::ScopedTempDir temp_dir_;
|
| base::FilePath data_file_;
|
|
|