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

Unified Diff: chrome/browser/user_style_sheet_watcher.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/user_style_sheet_watcher.h
diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h
index 711f188ef71ea58c5b770d904816e6cc43f50de8..72b002c6470bd8a1ad7556e55997f5bc9cf66012 100644
--- a/chrome/browser/user_style_sheet_watcher.h
+++ b/chrome/browser/user_style_sheet_watcher.h
@@ -22,7 +22,7 @@ class UserStyleSheetLoader;
// whenever the file changes.
class UserStyleSheetWatcher
: public content::NotificationObserver,
- public RefcountedProfileKeyedService {
+ public RefcountedBrowserContextKeyedService {
public:
UserStyleSheetWatcher(Profile* profile, const base::FilePath& profile_path);

Powered by Google App Engine
This is Rietveld 408576698