| Index: chrome/browser/predictors/predictor_database_factory.h
|
| diff --git a/chrome/browser/predictors/predictor_database_factory.h b/chrome/browser/predictors/predictor_database_factory.h
|
| index 9b1e792ac648d692d3621a34517afd2b754155ca..f3a72bef6844f6baabfecac678262cc9fa69ad59 100644
|
| --- a/chrome/browser/predictors/predictor_database_factory.h
|
| +++ b/chrome/browser/predictors/predictor_database_factory.h
|
| @@ -31,7 +31,7 @@ class PredictorDatabaseFactory : public BrowserContextKeyedServiceFactory {
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| virtual KeyedService* BuildServiceInstanceFor(
|
| - content::BrowserContext* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PredictorDatabaseFactory);
|
| };
|
|
|