Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc |
diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
index df3ac82c1d762c27513d154a028e989815bf9e4a..c1fd137aba6be8ab29c6c23340f73833132d8d6d 100644 |
--- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
+++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc |
@@ -22,7 +22,7 @@ |
#include "chrome/common/pref_names.h" |
#include "chrome/test/base/testing_browser_process.h" |
#include "chrome/test/base/testing_profile.h" |
-#include "content/browser/browser_thread.h" |
+#include "content/test/test_browser_thread.h" |
#include "testing/gtest/include/gtest/gtest.h" |
using base::Time; |
@@ -112,8 +112,8 @@ class HistoryQuickProviderTest : public testing::Test, |
std::string expected_top_result); |
MessageLoopForUI message_loop_; |
- BrowserThread ui_thread_; |
- BrowserThread file_thread_; |
+ content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread file_thread_; |
scoped_ptr<TestingProfile> profile_; |
HistoryService* history_service_; |