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

Unified Diff: chrome/browser/ui/bookmarks/bookmark_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/ui/bookmarks/bookmark_unittest.cc
diff --git a/chrome/browser/ui/bookmarks/bookmark_unittest.cc b/chrome/browser/ui/bookmarks/bookmark_unittest.cc
index d7b4e4fb3e332d7c0fee82e17d8c1f3180f4f558..16b9c3a595707b811fe132aa7cf0dbc5e6b71f65 100644
--- a/chrome/browser/ui/bookmarks/bookmark_unittest.cc
+++ b/chrome/browser/ui/bookmarks/bookmark_unittest.cc
@@ -57,7 +57,8 @@ class BookmarkInstantExtendedTest : public BrowserWithTestWindowTest {
private:
static KeyedService* CreateTemplateURLService(
content::BrowserContext* profile) {
- return new TemplateURLService(static_cast<Profile*>(profile), NULL);
+ return new TemplateURLService(static_cast<Profile*>(profile), NULL,
+ base::Closure());
}
DISALLOW_COPY_AND_ASSIGN(BookmarkInstantExtendedTest);

Powered by Google App Engine
This is Rietveld 408576698