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

Unified Diff: chrome/browser/apps/drive/drive_service_bridge.cc

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_service_bridge.cc
diff --git a/chrome/browser/apps/drive/drive_service_bridge.cc b/chrome/browser/apps/drive/drive_service_bridge.cc
index 207fc357a6f351436978afec0031a71203ba86d8..743e16a2f89f58de19f882c87008d338abebb70e 100644
--- a/chrome/browser/apps/drive/drive_service_bridge.cc
+++ b/chrome/browser/apps/drive/drive_service_bridge.cc
@@ -33,14 +33,14 @@ class DriveServiceBridgeImpl : public DriveServiceBridge,
void Initialize();
// DriveServiceBridge:
- virtual drive::DriveAppRegistry* GetAppRegistry() OVERRIDE;
+ virtual drive::DriveAppRegistry* GetAppRegistry() override;
// drive::DriveServiceObserver:
- virtual void OnReadyToSendRequests() OVERRIDE;
+ virtual void OnReadyToSendRequests() override;
// drive::DriveNotificationObserver:
- virtual void OnNotificationReceived() OVERRIDE;
- virtual void OnPushNotificationEnabled(bool enabled) OVERRIDE;
+ virtual void OnNotificationReceived() override;
+ virtual void OnPushNotificationEnabled(bool enabled) override;
private:
Profile* profile_;
« no previous file with comments | « chrome/browser/apps/drive/drive_app_provider_browsertest.cc ('k') | chrome/browser/apps/ephemeral_app_browsertest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698