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

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

Issue 869753002: Update {virtual,override,final} to follow C++11 style in chrome, round 2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix format Created 5 years, 11 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/testing_profile.h ('k') | chrome/test/data/webui/certificate_viewer_ui_test-inl.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_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 4e9b12e9a4e3bb0e931e8e21a7831652fbb104a7..7d32b8813aed8b28a34bcaa5c9a6d0963430b81e 100644
--- a/chrome/test/base/view_event_test_platform_part_chromeos.cc
+++ b/chrome/test/base/view_event_test_platform_part_chromeos.cc
@@ -23,10 +23,10 @@ class ViewEventTestPlatformPartChromeOS : public ViewEventTestPlatformPart {
public:
explicit ViewEventTestPlatformPartChromeOS(
ui::ContextFactory* context_factory);
- virtual ~ViewEventTestPlatformPartChromeOS();
+ ~ViewEventTestPlatformPartChromeOS() override;
// Overridden from ViewEventTestPlatformPart:
- virtual gfx::NativeWindow GetContext() override {
+ gfx::NativeWindow GetContext() override {
return ash::Shell::GetPrimaryRootWindow();
}
« no previous file with comments | « chrome/test/base/testing_profile.h ('k') | chrome/test/data/webui/certificate_viewer_ui_test-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698