Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(741)

Unified Diff: chrome/browser/extensions/webstore_installer.h

Issue 624153002: replace OVERRIDE and FINAL with override and final in chrome/browser/extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/webstore_installer.h
diff --git a/chrome/browser/extensions/webstore_installer.h b/chrome/browser/extensions/webstore_installer.h
index d693c25816d69af7c6947d5b815db8f0b82882c3..962944d18bfb8fecf7c6f77bfc94fb4335bc14da 100644
--- a/chrome/browser/extensions/webstore_installer.h
+++ b/chrome/browser/extensions/webstore_installer.h
@@ -196,12 +196,12 @@ class WebstoreInstaller : public content::NotificationObserver,
// content::NotificationObserver.
virtual void Observe(int type,
const content::NotificationSource& source,
- const content::NotificationDetails& details) OVERRIDE;
+ const content::NotificationDetails& details) override;
// ExtensionRegistryObserver.
virtual void OnExtensionInstalled(content::BrowserContext* browser_context,
const Extension* extension,
- bool is_update) OVERRIDE;
+ bool is_update) override;
// Removes the reference to the delegate passed in the constructor. Used when
// the delegate object must be deleted before this object.
@@ -227,8 +227,8 @@ class WebstoreInstaller : public content::NotificationObserver,
content::DownloadInterruptReason interrupt_reason);
// DownloadItem::Observer implementation:
- 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;
// Downloads next pending module in |pending_modules_|.
void DownloadNextPendingModule();
« no previous file with comments | « chrome/browser/extensions/webstore_install_with_prompt.h ('k') | chrome/browser/extensions/webstore_installer_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698