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

Unified Diff: chrome/test/base/view_event_test_platform_part_chromeos.cc

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
Index: chrome/test/base/view_event_test_platform_part_chromeos.cc
diff --git a/chrome/test/base/view_event_test_platform_part_chromeos.cc b/chrome/test/base/view_event_test_platform_part_chromeos.cc
index 007300f1f9e89192847b26ae6989c3dc566e5ad6..4e9b12e9a4e3bb0e931e8e21a7831652fbb104a7 100644
--- a/chrome/test/base/view_event_test_platform_part_chromeos.cc
+++ b/chrome/test/base/view_event_test_platform_part_chromeos.cc
@@ -26,7 +26,7 @@ class ViewEventTestPlatformPartChromeOS : public ViewEventTestPlatformPart {
virtual ~ViewEventTestPlatformPartChromeOS();
// Overridden from ViewEventTestPlatformPart:
- virtual gfx::NativeWindow GetContext() OVERRIDE {
+ virtual gfx::NativeWindow GetContext() override {
return ash::Shell::GetPrimaryRootWindow();
}
« no previous file with comments | « chrome/test/base/view_event_test_platform_part_ash.cc ('k') | chrome/test/base/view_event_test_platform_part_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698