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

Unified Diff: content/browser/renderer_host/input/touch_handle_unittest.cc

Issue 679243002: 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
Index: content/browser/renderer_host/input/touch_handle_unittest.cc
diff --git a/content/browser/renderer_host/input/touch_handle_unittest.cc b/content/browser/renderer_host/input/touch_handle_unittest.cc
index 94f92a5ea10451deb3c8878d29cc657f288b2cdd..a3459e6c585dba214e02c35968af73d475e54f0b 100644
--- a/content/browser/renderer_host/input/touch_handle_unittest.cc
+++ b/content/browser/renderer_host/input/touch_handle_unittest.cc
@@ -69,7 +69,7 @@ class TouchHandleTest : public testing::Test, public TouchHandleClient {
tapped_(false),
needs_animate_(false) {}
- virtual ~TouchHandleTest() {}
+ ~TouchHandleTest() override {}
// TouchHandleClient implementation.
void OnHandleDragBegin(const TouchHandle& handle) override {

Powered by Google App Engine
This is Rietveld 408576698