| Index: chrome/browser/predictors/resource_prefetch_predictor_factory.h
|
| diff --git a/chrome/browser/predictors/resource_prefetch_predictor_factory.h b/chrome/browser/predictors/resource_prefetch_predictor_factory.h
|
| index 7c6f5e8a30236b1e2699bf9e2e8835c6a772a051..8dc57959f5bf87ad831c4fe28234e4b4635a0db9 100644
|
| --- a/chrome/browser/predictors/resource_prefetch_predictor_factory.h
|
| +++ b/chrome/browser/predictors/resource_prefetch_predictor_factory.h
|
| @@ -28,7 +28,7 @@ class ResourcePrefetchPredictorFactory
|
|
|
| // RefcountedBrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* context) const OVERRIDE;
|
| + content::BrowserContext* context) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ResourcePrefetchPredictorFactory);
|
| };
|
|
|