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

Unified Diff: chrome/browser/predictors/resource_prefetch_predictor.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/predictors/resource_prefetch_predictor.h
diff --git a/chrome/browser/predictors/resource_prefetch_predictor.h b/chrome/browser/predictors/resource_prefetch_predictor.h
index 24261aef87c311669f6f7fc580cab8c141afb6de..fcf54b7f747c351944be0efc7b87c0c4c9c7ce68 100644
--- a/chrome/browser/predictors/resource_prefetch_predictor.h
+++ b/chrome/browser/predictors/resource_prefetch_predictor.h
@@ -70,7 +70,7 @@ class ResourcePrefetcherManager;
// TODO(shishir): Do speculative prefetching for https resources and/or https
// main frame urls.
class ResourcePrefetchPredictor
- : public ProfileKeyedService,
+ : public BrowserContextKeyedService,
public content::NotificationObserver,
public base::SupportsWeakPtr<ResourcePrefetchPredictor> {
public:
@@ -182,7 +182,7 @@ class ResourcePrefetchPredictor
const content::NotificationSource& source,
const content::NotificationDetails& details) OVERRIDE;
- // ProfileKeyedService methods OVERRIDE.
+ // BrowserContextKeyedService methods OVERRIDE.
virtual void Shutdown() OVERRIDE;
// Functions called on different network events pertaining to the loading of

Powered by Google App Engine
This is Rietveld 408576698