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

Unified Diff: apps/shortcut_manager.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: apps/shortcut_manager.h
diff --git a/apps/shortcut_manager.h b/apps/shortcut_manager.h
index 2573f45d8dc0d7d5efc3c930999a1c568967da3b..a0efb822c183728afce6f717285a99238dccfffa 100644
--- a/apps/shortcut_manager.h
+++ b/apps/shortcut_manager.h
@@ -16,7 +16,7 @@ class Profile;
namespace apps {
// This class manages the installation of shortcuts for platform apps.
-class ShortcutManager : public ProfileKeyedService,
+class ShortcutManager : public BrowserContextKeyedService,
public content::NotificationObserver {
public:
explicit ShortcutManager(Profile* profile);

Powered by Google App Engine
This is Rietveld 408576698