| Index: chrome/browser/autocomplete/history_quick_provider.h
 | 
| diff --git a/chrome/browser/autocomplete/history_quick_provider.h b/chrome/browser/autocomplete/history_quick_provider.h
 | 
| index 19ad7f3934d1ffab3808a941a02b1c5e8a13f153..6206ee3551a9426fe89f21e07ad764dc2580a54c 100644
 | 
| --- a/chrome/browser/autocomplete/history_quick_provider.h
 | 
| +++ b/chrome/browser/autocomplete/history_quick_provider.h
 | 
| @@ -32,7 +32,7 @@ class HistoryQuickProvider : public HistoryProvider {
 | 
|    // AutocompleteProvider. |minimal_changes| is ignored since there is no asynch
 | 
|    // completion performed.
 | 
|    virtual void Start(const AutocompleteInput& input,
 | 
| -                     bool minimal_changes) OVERRIDE;
 | 
| +                     bool minimal_changes) override;
 | 
|  
 | 
|    // Disable this provider. For unit testing purposes only. This is required
 | 
|    // because this provider is closely associated with the HistoryURLProvider
 | 
| 
 |