summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/active_install_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/active_install_data.h')
-rw-r--r--chrome/browser/extensions/active_install_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/active_install_data.h b/chrome/browser/extensions/active_install_data.h
index 6a076b8..c225ae6 100644
--- a/chrome/browser/extensions/active_install_data.h
+++ b/chrome/browser/extensions/active_install_data.h
@@ -49,7 +49,7 @@ class ScopedActiveInstall : public InstallObserver {
void Init();
// InstallObserver implementation.
- virtual void OnShutdown() OVERRIDE;
+ virtual void OnShutdown() override;
InstallTracker* tracker_;
ScopedObserver<InstallTracker, InstallObserver> tracker_observer_;