diff options
Diffstat (limited to 'chrome/browser/user_style_sheet_watcher.cc')
-rw-r--r-- | chrome/browser/user_style_sheet_watcher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/user_style_sheet_watcher.cc b/chrome/browser/user_style_sheet_watcher.cc index 7f06e9e..dd7ab40 100644 --- a/chrome/browser/user_style_sheet_watcher.cc +++ b/chrome/browser/user_style_sheet_watcher.cc @@ -139,7 +139,7 @@ void UserStyleSheetLoader::SetStyleSheet(const GURL& url) { UserStyleSheetWatcher::UserStyleSheetWatcher(Profile* profile, const base::FilePath& profile_path) - : RefcountedProfileKeyedService(content::BrowserThread::UI), + : RefcountedBrowserContextKeyedService(content::BrowserThread::UI), profile_(profile), profile_path_(profile_path), loader_(new UserStyleSheetLoader) { |