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

Unified Diff: chrome/browser/ui/ash/app_sync_ui_state_factory.h

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/ash/app_sync_ui_state_factory.h
diff --git a/chrome/browser/ui/ash/app_sync_ui_state_factory.h b/chrome/browser/ui/ash/app_sync_ui_state_factory.h
index 57583cef743f567cd3d7e31cacaaacec15ce18e7..1d6b6b1b6771049794519fe1b96f264f5e4c1716 100644
--- a/chrome/browser/ui/ash/app_sync_ui_state_factory.h
+++ b/chrome/browser/ui/ash/app_sync_ui_state_factory.h
@@ -28,7 +28,7 @@ class AppSyncUIStateFactory : public ProfileKeyedServiceFactory {
// ProfileKeyedServiceFactory overrides:
virtual ProfileKeyedService* BuildServiceInstanceFor(
- Profile* profile) const OVERRIDE;
+ content::BrowserContext* context) const OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(AppSyncUIStateFactory);
};
« no previous file with comments | « chrome/browser/thumbnails/thumbnail_service_factory.cc ('k') | chrome/browser/ui/ash/app_sync_ui_state_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698