| Index: chrome/browser/autocomplete/history_url_provider.h
|
| diff --git a/chrome/browser/autocomplete/history_url_provider.h b/chrome/browser/autocomplete/history_url_provider.h
|
| index 11fef4ccc0eb5e731bd9a31a60f38626ad8111a1..91a97cacb6dc79e400e5a9e51c123582918d2949 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider.h
|
| +++ b/chrome/browser/autocomplete/history_url_provider.h
|
| @@ -194,8 +194,8 @@ class HistoryURLProvider : public HistoryProvider {
|
|
|
| // HistoryProvider:
|
| virtual void Start(const AutocompleteInput& input,
|
| - bool minimal_changes) OVERRIDE;
|
| - virtual void Stop(bool clear_cached_results) OVERRIDE;
|
| + bool minimal_changes) override;
|
| + virtual void Stop(bool clear_cached_results) override;
|
|
|
| // Returns a match representing a navigation to |destination_url| given user
|
| // input of |text|. |trim_http| controls whether the match's |fill_into_edit|
|
|
|