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

Unified Diff: chrome/test/base/view_event_test_platform_part_mac.mm

Issue 637933002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test (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/test/base/view_event_test_platform_part_chromeos.cc ('k') | chrome/test/base/web_ui_browser_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/view_event_test_platform_part_mac.mm
diff --git a/chrome/test/base/view_event_test_platform_part_mac.mm b/chrome/test/base/view_event_test_platform_part_mac.mm
index d20ab7fa38e1e7aa6f490d5297aacb32275198de..60c9703e3eb359ad52de8b8c1b913add8ffc206d 100644
--- a/chrome/test/base/view_event_test_platform_part_mac.mm
+++ b/chrome/test/base/view_event_test_platform_part_mac.mm
@@ -12,7 +12,7 @@ class ViewEventTestPlatformPartMac : public ViewEventTestPlatformPart {
ViewEventTestPlatformPartMac() {}
// Overridden from ViewEventTestPlatformPart:
- virtual gfx::NativeWindow GetContext() OVERRIDE { return NULL; }
+ virtual gfx::NativeWindow GetContext() override { return NULL; }
private:
DISALLOW_COPY_AND_ASSIGN(ViewEventTestPlatformPartMac);
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_chromeos.cc ('k') | chrome/test/base/web_ui_browser_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698