| Index: chrome/browser/autocomplete/bookmark_provider.h
|
| diff --git a/chrome/browser/autocomplete/bookmark_provider.h b/chrome/browser/autocomplete/bookmark_provider.h
|
| index 81ace5b586685d8d593ea68a3ff3756668acbe32..ad701ccd120da9b2f73c817f52e88f509156dbfd 100644
|
| --- a/chrome/browser/autocomplete/bookmark_provider.h
|
| +++ b/chrome/browser/autocomplete/bookmark_provider.h
|
| @@ -35,7 +35,7 @@ class BookmarkProvider : public AutocompleteProvider {
|
| // leave the previous matches for this provider unchanged, otherwise perform
|
| // a complete search for |input| across all bookmark titles.
|
| virtual void Start(const AutocompleteInput& input,
|
| - bool minimal_changes) OVERRIDE;
|
| + bool minimal_changes) override;
|
|
|
| // Sets the BookmarkModel for unit tests.
|
| void set_bookmark_model_for_testing(BookmarkModel* bookmark_model) {
|
|
|