Index: chrome/browser/autocomplete_history_manager_unittest.cc |
=================================================================== |
--- chrome/browser/autocomplete_history_manager_unittest.cc (revision 136877) |
+++ chrome/browser/autocomplete_history_manager_unittest.cc (working copy) |
@@ -37,7 +37,8 @@ |
class AutocompleteHistoryManagerTest : public ChromeRenderViewHostTestHarness { |
protected: |
AutocompleteHistoryManagerTest() |
- : ui_thread_(BrowserThread::UI, MessageLoopForUI::current()) { |
+ : ui_thread_(BrowserThread::UI, MessageLoopForUI::current()), |
+ db_thread_(BrowserThread::DB) { |
} |
virtual void SetUp() { |
@@ -48,6 +49,7 @@ |
} |
content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread db_thread_; |
TestingProfile profile_; |
scoped_refptr<MockWebDataService> web_data_service_; |