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

Unified Diff: chrome/browser/apps/app_shim/app_shim_host_manager_mac.h

Issue 668903002: Standardize usage of virtual/override/final in chrome/browser/apps/ (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/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 26a174c482a018485e0424c03ff3c46541379119..3ac45b182c8f3a460fdcce5608e1610ad5191a51 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;
+ void OnClientConnected(const IPC::ChannelHandle& handle) override;
+ 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