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 da34d0097b942e5f0363696de2c003268d3287c5..bc285a5dcf4ac7a01a5af73de3b7bd5463a6e2d3 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_unittest.cc |
+++ b/chrome/browser/ui/bookmarks/bookmark_unittest.cc |
@@ -56,8 +56,9 @@ class BookmarkInstantExtendedTest : public BrowserWithTestWindowTest { |
} |
private: |
- static ProfileKeyedService* CreateTemplateURLService(Profile* profile) { |
- return new TemplateURLService(profile); |
+ static ProfileKeyedService* CreateTemplateURLService( |
+ content::BrowserContext* profile) { |
+ return new TemplateURLService(static_cast<Profile*>(profile)); |
} |
DISALLOW_COPY_AND_ASSIGN(BookmarkInstantExtendedTest); |