| Index: chrome/browser/autocomplete/history_provider.h
 | 
| diff --git a/chrome/browser/autocomplete/history_provider.h b/chrome/browser/autocomplete/history_provider.h
 | 
| index f06d5079123b527f257805d64862009c69857498..d00703c1e7ad1fc383afc21344901171b62c2e3d 100644
 | 
| --- a/chrome/browser/autocomplete/history_provider.h
 | 
| +++ b/chrome/browser/autocomplete/history_provider.h
 | 
| @@ -17,7 +17,7 @@ struct AutocompleteMatch;
 | 
|  // provides functions useful to all derived classes.
 | 
|  class HistoryProvider : public AutocompleteProvider {
 | 
|   public:
 | 
| -  virtual void DeleteMatch(const AutocompleteMatch& match) OVERRIDE;
 | 
| +  virtual void DeleteMatch(const AutocompleteMatch& match) override;
 | 
|  
 | 
|    // Returns true if inline autocompletion should be prevented for URL-like
 | 
|    // input.  This method returns true if input.prevent_inline_autocomplete()
 | 
| 
 |