| Index: chrome/browser/search_engines/template_url_fetcher.cc
|
| ===================================================================
|
| --- chrome/browser/search_engines/template_url_fetcher.cc (revision 181040)
|
| +++ chrome/browser/search_engines/template_url_fetcher.cc (working copy)
|
| @@ -44,12 +44,12 @@
|
| // content::NotificationObserver:
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // net::URLFetcherDelegate:
|
| // If data contains a valid OSDD, a TemplateURL is created and added to
|
| // the TemplateURLService.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source);
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
|
|
| // URL of the OSDD.
|
| GURL url() const { return osdd_url_; }
|
|
|