| Index: components/search_engines/template_url_fetcher.cc
|
| diff --git a/components/search_engines/template_url_fetcher.cc b/components/search_engines/template_url_fetcher.cc
|
| index 5b964be5af9f50e00439c3f4160e6142c31ba25a..3423939869231f75041b49062bcfdc7941ab021f 100644
|
| --- a/components/search_engines/template_url_fetcher.cc
|
| +++ b/components/search_engines/template_url_fetcher.cc
|
| @@ -32,7 +32,7 @@ class TemplateURLFetcher::RequestDelegate : public net::URLFetcherDelegate {
|
| // net::URLFetcherDelegate:
|
| // If data contains a valid OSDD, a TemplateURL is created and added to
|
| // the TemplateURLService.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // URL of the OSDD.
|
| GURL url() const { return osdd_url_; }
|
|
|