| Index: components/suggestions/suggestions_service.h
|
| diff --git a/components/suggestions/suggestions_service.h b/components/suggestions/suggestions_service.h
|
| index aa30ba2554f92bf923bdbefb0e33a4d62c75d18a..ea385e1a716505f76b707898fd2e6189c3ea048e 100644
|
| --- a/components/suggestions/suggestions_service.h
|
| +++ b/components/suggestions/suggestions_service.h
|
| @@ -124,10 +124,10 @@ class SuggestionsService : public KeyedService, public net::URLFetcherDelegate {
|
| // net::URLFetcherDelegate implementation.
|
| // Called when fetch request completes. Parses the received suggestions data,
|
| // and dispatches them to callbacks stored in queue.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // KeyedService implementation.
|
| - virtual void Shutdown() OVERRIDE;
|
| + virtual void Shutdown() override;
|
|
|
| // Load the cached suggestions and service the requestors with them.
|
| void ServeFromCache();
|
|
|