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

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

Issue 679273002: Standardize usage of virtual/override/final specifiers. (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_base.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_ash.cc
diff --git a/chrome/test/base/view_event_test_platform_part_ash.cc b/chrome/test/base/view_event_test_platform_part_ash.cc
index 070ae36f41b374b5df959a2af0db1b2a2847a2b4..9a91efed0bb5f941e703b24a064d9e96f73e09bc 100644
--- a/chrome/test/base/view_event_test_platform_part_ash.cc
+++ b/chrome/test/base/view_event_test_platform_part_ash.cc
@@ -16,10 +16,10 @@ namespace {
class ViewEventTestPlatformPartAsh : public ViewEventTestPlatformPart {
public:
explicit ViewEventTestPlatformPartAsh(ui::ContextFactory* context_factory);
- virtual ~ViewEventTestPlatformPartAsh();
+ ~ViewEventTestPlatformPartAsh() override;
// Overridden from ViewEventTestPlatformPart:
- virtual gfx::NativeWindow GetContext() override {
+ gfx::NativeWindow GetContext() override {
return NULL; // No context, so that desktop tree hosts are used by default.
}
« no previous file with comments | « chrome/test/base/view_event_test_base.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