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

Unified Diff: chrome/browser/browser_process_platform_part_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/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 d12d9521bcbddce6387c291a51e0e0e1275dfcf8..673d22e8713a75fab1b90c31851989bf4097665b 100644
--- a/chrome/browser/browser_process_platform_part_mac.h
+++ b/chrome/browser/browser_process_platform_part_mac.h
@@ -20,9 +20,9 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
virtual ~BrowserProcessPlatformPart();
// Overridden from BrowserProcessPlatformPartBase:
- virtual void StartTearDown() OVERRIDE;
- virtual void AttemptExit() OVERRIDE;
- virtual void PreMainMessageLoopRun() OVERRIDE;
+ virtual void StartTearDown() override;
+ virtual void AttemptExit() override;
+ virtual void PreMainMessageLoopRun() override;
AppShimHostManager* app_shim_host_manager();
« no previous file with comments | « chrome/browser/browser_process_platform_part_chromeos.h ('k') | chrome/browser/browsing_data/browsing_data_appcache_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698