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

Unified Diff: chrome/browser/browser_process_platform_part_mac.h

Issue 648653003: Standardize usage of virtual/override/final in chrome/browser/ (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
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/captive_portal/captive_portal_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process_platform_part_mac.h
diff --git a/chrome/browser/browser_process_platform_part_mac.h b/chrome/browser/browser_process_platform_part_mac.h
index 673d22e8713a75fab1b90c31851989bf4097665b..d78ee990bab2172f3e673a8da5b1a603e4c3f778 100644
--- a/chrome/browser/browser_process_platform_part_mac.h
+++ b/chrome/browser/browser_process_platform_part_mac.h
@@ -17,12 +17,12 @@ class ExtensionAppShimHandler;
class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
public:
BrowserProcessPlatformPart();
- virtual ~BrowserProcessPlatformPart();
+ ~BrowserProcessPlatformPart() override;
// Overridden from BrowserProcessPlatformPartBase:
- virtual void StartTearDown() override;
- virtual void AttemptExit() override;
- virtual void PreMainMessageLoopRun() override;
+ void StartTearDown() override;
+ void AttemptExit() override;
+ void PreMainMessageLoopRun() override;
AppShimHostManager* app_shim_host_manager();
« no previous file with comments | « chrome/browser/browser_process_impl.h ('k') | chrome/browser/captive_portal/captive_portal_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698