| Index: chrome/browser/predictors/autocomplete_action_predictor.h
|
| diff --git a/chrome/browser/predictors/autocomplete_action_predictor.h b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| index c80eae63b3b6013f72b6c321306553557caf49b9..5c799defff5205d392213e33a7c644e70e322d33 100644
|
| --- a/chrome/browser/predictors/autocomplete_action_predictor.h
|
| +++ b/chrome/browser/predictors/autocomplete_action_predictor.h
|
| @@ -156,7 +156,7 @@ class AutocompleteActionPredictor
|
| // NotificationObserver
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // The first step in initializing the predictor is accessing the database and
|
| // building the local cache. This should be delayed until after critical DB
|
|
|