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

Unified Diff: chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h

Issue 682763002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
index 2ab10bf1266666df6b59c48564bb519cdeef278b..d823f072d0ab51835211310ca8f52464a8f72bce 100644
--- a/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
+++ b/chrome/browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h
@@ -31,7 +31,7 @@ class View;
class TabDragControllerTest : public InProcessBrowserTest {
public:
TabDragControllerTest();
- virtual ~TabDragControllerTest();
+ ~TabDragControllerTest() override;
// Cover for TabStrip::StopAnimating(true).
void StopAnimating(TabStrip* tab_strip);

Powered by Google App Engine
This is Rietveld 408576698