| Index: chrome/browser/plugins/plugin_installer.h
|
| diff --git a/chrome/browser/plugins/plugin_installer.h b/chrome/browser/plugins/plugin_installer.h
|
| index 81d3447b7ddfe2e5b2aac51fcdced182ae1ccd96..06ffaf43305c678408a139806333aeb5a1890a11 100644
|
| --- a/chrome/browser/plugins/plugin_installer.h
|
| +++ b/chrome/browser/plugins/plugin_installer.h
|
| @@ -33,8 +33,8 @@ class PluginInstaller : public content::DownloadItem::Observer {
|
| PluginInstaller();
|
| virtual ~PluginInstaller();
|
|
|
| - virtual void OnDownloadUpdated(content::DownloadItem* download) OVERRIDE;
|
| - virtual void OnDownloadDestroyed(content::DownloadItem* download) OVERRIDE;
|
| + virtual void OnDownloadUpdated(content::DownloadItem* download) override;
|
| + virtual void OnDownloadDestroyed(content::DownloadItem* download) override;
|
|
|
| void AddObserver(PluginInstallerObserver* observer);
|
| void RemoveObserver(PluginInstallerObserver* observer);
|
|
|