Index: chrome/browser/user_style_sheet_watcher.cc |
diff --git a/chrome/browser/user_style_sheet_watcher.cc b/chrome/browser/user_style_sheet_watcher.cc |
index 7f06e9e9722d96ed36dcb937ddf9d4e20b36eae4..dd7ab40cde99df8debe65387e401972a2db0d184 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) { |