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

Unified Diff: chrome/browser/user_style_sheet_watcher.cc

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.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) {

Powered by Google App Engine
This is Rietveld 408576698