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

Unified Diff: chrome/browser/apps/app_shim/app_shim_host_manager_mac.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/app_shim/app_shim_host_manager_mac.h
diff --git a/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h b/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h
index 87b8cff5456a9e4febe3f9eeaa6f80f8a5895f64..26a174c482a018485e0424c03ff3c46541379119 100644
--- a/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h
+++ b/chrome/browser/apps/app_shim/app_shim_host_manager_mac.h
@@ -45,8 +45,8 @@ class AppShimHostManager : public apps::UnixDomainSocketAcceptor::Delegate,
virtual ~AppShimHostManager();
// UnixDomainSocketAcceptor::Delegate implementation.
- virtual void OnClientConnected(const IPC::ChannelHandle& handle) OVERRIDE;
- virtual void OnListenError() OVERRIDE;
+ virtual void OnClientConnected(const IPC::ChannelHandle& handle) override;
+ virtual void OnListenError() override;
// The |acceptor_| must be created on a thread which allows blocking I/O, so
// part of the initialization of this class must be carried out on the file

Powered by Google App Engine
This is Rietveld 408576698