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

Unified Diff: chrome/browser/autocomplete/history_url_provider_unittest.cc

Issue 366523002: Stop depending on chrome/browser/rlz/rlz.h from TemplateURLService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 6 years, 6 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_url_provider_unittest.cc
diff --git a/chrome/browser/autocomplete/history_url_provider_unittest.cc b/chrome/browser/autocomplete/history_url_provider_unittest.cc
index 8cc98c608ff77af1014f202560ff050ab5737ab8..9403e9795a112290d713f3b3238f2c1b1512c6e3 100644
--- a/chrome/browser/autocomplete/history_url_provider_unittest.cc
+++ b/chrome/browser/autocomplete/history_url_provider_unittest.cc
@@ -170,7 +170,8 @@ class HistoryURLProviderTest : public testing::Test,
protected:
static KeyedService* CreateTemplateURLService(
content::BrowserContext* profile) {
- return new TemplateURLService(static_cast<Profile*>(profile), NULL);
+ return new TemplateURLService(static_cast<Profile*>(profile), NULL,
+ base::Closure());
}
// testing::Test

Powered by Google App Engine
This is Rietveld 408576698