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

Unified Diff: chrome/browser/background/background_contents_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: 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/background/background_contents_service.h
diff --git a/chrome/browser/background/background_contents_service.h b/chrome/browser/background/background_contents_service.h
index 5b5f2e3ca8c43cea5457b8c667a8c02b3defbf42..3cddb7db3a1ee7228acfcfad5162ddc72b3baf74 100644
--- a/chrome/browser/background/background_contents_service.h
+++ b/chrome/browser/background/background_contents_service.h
@@ -43,7 +43,7 @@ struct BackgroundContentsOpenedDetails;
// parent app is unloaded.
class BackgroundContentsService : private content::NotificationObserver,
public BackgroundContents::Delegate,
- public ProfileKeyedService {
+ public BrowserContextKeyedService {
public:
BackgroundContentsService(Profile* profile, const CommandLine* command_line);
virtual ~BackgroundContentsService();

Powered by Google App Engine
This is Rietveld 408576698