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

Unified Diff: chrome/browser/apps/drive/drive_app_provider.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/apps/drive/drive_app_provider.h
diff --git a/chrome/browser/apps/drive/drive_app_provider.h b/chrome/browser/apps/drive/drive_app_provider.h
index 69fdc30a064878c05df9208857310e85c38e75c7..e29db8eff473e61b645b81da24847b3fb623e8d6 100644
--- a/chrome/browser/apps/drive/drive_app_provider.h
+++ b/chrome/browser/apps/drive/drive_app_provider.h
@@ -69,17 +69,17 @@ class DriveAppProvider : public drive::DriveAppRegistryObserver,
void ProcessRemovedDriveApp(const std::string& drive_app_id);
// drive::DriveAppRegistryObserver overrides:
- virtual void OnDriveAppRegistryUpdated() OVERRIDE;
+ virtual void OnDriveAppRegistryUpdated() override;
// extensions::ExtensionRegistryObserver overrides:
virtual void OnExtensionInstalled(
content::BrowserContext* browser_context,
const extensions::Extension* extension,
- bool is_update) OVERRIDE;
+ bool is_update) override;
virtual void OnExtensionUninstalled(
content::BrowserContext* browser_context,
const extensions::Extension* extension,
- extensions::UninstallReason reason) OVERRIDE;
+ extensions::UninstallReason reason) override;
Profile* profile_;
« no previous file with comments | « chrome/browser/apps/drive/drive_app_mapping_unittest.cc ('k') | chrome/browser/apps/drive/drive_app_provider_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698