| 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
|
|
|