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

Unified Diff: chrome/browser/sync_file_system/sync_file_system_service.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 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/sync_file_system/sync_file_system_service.h
diff --git a/chrome/browser/sync_file_system/sync_file_system_service.h b/chrome/browser/sync_file_system/sync_file_system_service.h
index b0514901587c0befa43139e9fcc128a6e1e4589e..7403b81c11b79527c5089428bba6698e981d0aa0 100644
--- a/chrome/browser/sync_file_system/sync_file_system_service.h
+++ b/chrome/browser/sync_file_system/sync_file_system_service.h
@@ -37,7 +37,7 @@ namespace sync_file_system {
class SyncEventObserver;
class SyncFileSystemService
- : public ProfileKeyedService,
+ : public BrowserContextKeyedService,
public ProfileSyncServiceObserver,
public LocalFileSyncService::Observer,
public RemoteFileSyncService::Observer,
@@ -45,7 +45,7 @@ class SyncFileSystemService
public content::NotificationObserver,
public base::SupportsWeakPtr<SyncFileSystemService> {
public:
- // ProfileKeyedService overrides.
+ // BrowserContextKeyedService overrides.
virtual void Shutdown() OVERRIDE;
void InitializeForApp(

Powered by Google App Engine
This is Rietveld 408576698