| Index: chrome/browser/chromeos/drive/stale_cache_files_remover_unittest.cc
|
| diff --git a/chrome/browser/chromeos/drive/stale_cache_files_remover_unittest.cc b/chrome/browser/chromeos/drive/stale_cache_files_remover_unittest.cc
|
| index d356209b5ffe0810d4c37c8a5f07cc1f141f6414..af4c248405481039494f950afd62e6309bb215f1 100644
|
| --- a/chrome/browser/chromeos/drive/stale_cache_files_remover_unittest.cc
|
| +++ b/chrome/browser/chromeos/drive/stale_cache_files_remover_unittest.cc
|
| @@ -128,7 +128,7 @@ class StaleCacheFilesRemoverTest : public testing::Test {
|
| profile_.reset(NULL);
|
| }
|
|
|
| - MessageLoopForUI message_loop_;
|
| + base::MessageLoopForUI message_loop_;
|
| // The order of the test threads is important, do not change the order.
|
| // See also content/browser/browser_thread_impl.cc.
|
| content::TestBrowserThread ui_thread_;
|
|
|