diff options
Diffstat (limited to 'chrome/browser/search_engines/template_url_fetcher.cc')
-rw-r--r-- | chrome/browser/search_engines/template_url_fetcher.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/search_engines/template_url_fetcher.cc b/chrome/browser/search_engines/template_url_fetcher.cc index 63ae8cc..ce73e21 100644 --- a/chrome/browser/search_engines/template_url_fetcher.cc +++ b/chrome/browser/search_engines/template_url_fetcher.cc @@ -44,12 +44,12 @@ class TemplateURLFetcher::RequestDelegate // 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_; } |