| Index: chrome/browser/search_engines/search_provider_install_data.cc
|
| diff --git a/chrome/browser/search_engines/search_provider_install_data.cc b/chrome/browser/search_engines/search_provider_install_data.cc
|
| index 836b13d5dab9922c1581bfbbf75818a05f475b50..9a42e9e3d70dc2c91ffff92638ed4893e456dec5 100644
|
| --- a/chrome/browser/search_engines/search_provider_install_data.cc
|
| +++ b/chrome/browser/search_engines/search_provider_install_data.cc
|
| @@ -60,7 +60,7 @@ class IOThreadSearchTermsData : public SearchTermsData {
|
| explicit IOThreadSearchTermsData(const std::string& google_base_url);
|
|
|
| // Implementation of SearchTermsData.
|
| - virtual std::string GoogleBaseURLValue() const OVERRIDE;
|
| + virtual std::string GoogleBaseURLValue() const override;
|
|
|
| private:
|
| std::string google_base_url_;
|
| @@ -122,7 +122,7 @@ class GoogleURLObserver : public content::RenderProcessHostObserver {
|
|
|
| // Implementation of content::RenderProcessHostObserver.
|
| virtual void RenderProcessHostDestroyed(
|
| - content::RenderProcessHost* host) OVERRIDE;
|
| + content::RenderProcessHost* host) override;
|
|
|
| private:
|
| virtual ~GoogleURLObserver() {}
|
|
|