diff options
Diffstat (limited to 'chrome/browser/user_style_sheet_watcher.h')
-rw-r--r-- | chrome/browser/user_style_sheet_watcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/user_style_sheet_watcher.h b/chrome/browser/user_style_sheet_watcher.h index 711f188..72b002c 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); |