| 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 f3a72bef6844f6baabfecac678262cc9fa69ad59..f03dba0421da4cc1dd7ca72ccf6f566e9b0d6588 100644
|
| --- a/chrome/browser/predictors/predictor_database_factory.h
|
| +++ b/chrome/browser/predictors/predictor_database_factory.h
|
| @@ -27,10 +27,10 @@ class PredictorDatabaseFactory : public BrowserContextKeyedServiceFactory {
|
| friend struct DefaultSingletonTraits<PredictorDatabaseFactory>;
|
|
|
| PredictorDatabaseFactory();
|
| - virtual ~PredictorDatabaseFactory();
|
| + ~PredictorDatabaseFactory() override;
|
|
|
| // BrowserContextKeyedServiceFactory:
|
| - virtual KeyedService* BuildServiceInstanceFor(
|
| + KeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PredictorDatabaseFactory);
|
|
|