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

Unified Diff: chrome/browser/ui/find_bar/find_bar_state_factory.cc

Issue 14141006: [components] Switch {RefCounted}ProfileKeyedService to use BrowserContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 2 Created 7 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/ui/find_bar/find_bar_state_factory.cc
diff --git a/chrome/browser/ui/find_bar/find_bar_state_factory.cc b/chrome/browser/ui/find_bar/find_bar_state_factory.cc
index 68a6e62522d5efe4c2140a762089df660551b7e0..b37623335f696d1a2b10e1451236b2110068d389 100644
--- a/chrome/browser/ui/find_bar/find_bar_state_factory.cc
+++ b/chrome/browser/ui/find_bar/find_bar_state_factory.cc
@@ -41,7 +41,7 @@ FindBarStateFactory::FindBarStateFactory()
FindBarStateFactory::~FindBarStateFactory() {}
ProfileKeyedService* FindBarStateFactory::BuildServiceInstanceFor(
- Profile* profile) const {
+ content::BrowserContext* profile) const {
return new FindBarState;
}
« no previous file with comments | « chrome/browser/ui/find_bar/find_bar_state_factory.h ('k') | chrome/browser/ui/gesture_prefs_observer_factory_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698