Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: chrome/browser/autocomplete_history_manager_unittest.cc

Issue 10006037: Moved WebDataService to ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compile Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/autocomplete_history_manager_unittest.cc
diff --git a/chrome/browser/autocomplete_history_manager_unittest.cc b/chrome/browser/autocomplete_history_manager_unittest.cc
index 6cd211ab2610a1e6762f354cac40d22b6d872329..061d3d3e5e9e15f81908ae17e0e0d3135cc59a70 100644
--- a/chrome/browser/autocomplete_history_manager_unittest.cc
+++ b/chrome/browser/autocomplete_history_manager_unittest.cc
@@ -34,7 +34,8 @@ class MockWebDataService : public WebDataService {
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() {
@@ -45,6 +46,7 @@ class AutocompleteHistoryManagerTest : public ChromeRenderViewHostTestHarness {
}
content::TestBrowserThread ui_thread_;
+ content::TestBrowserThread db_thread_;
TestingProfile profile_;
scoped_refptr<MockWebDataService> web_data_service_;
« no previous file with comments | « chrome/browser/autocomplete_history_manager.cc ('k') | chrome/browser/autofill/autofill_metrics_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698