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

Unified Diff: chrome/browser/ui/fullscreen/flash_fullscreen_interactive_browsertest.cc

Issue 681823004: 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: chrome/browser/ui/fullscreen/flash_fullscreen_interactive_browsertest.cc
diff --git a/chrome/browser/ui/fullscreen/flash_fullscreen_interactive_browsertest.cc b/chrome/browser/ui/fullscreen/flash_fullscreen_interactive_browsertest.cc
index db7f86ba592d785216b3479275777c22446bf6fd..4d4f96e371454882afb764195ba3aab1445cbbb8 100644
--- a/chrome/browser/ui/fullscreen/flash_fullscreen_interactive_browsertest.cc
+++ b/chrome/browser/ui/fullscreen/flash_fullscreen_interactive_browsertest.cc
@@ -54,7 +54,7 @@ bool RunLoopUntil(const base::Callback<bool()>& condition) {
class FlashFullscreenInteractiveBrowserTest : public OutOfProcessPPAPITest {
public:
FlashFullscreenInteractiveBrowserTest() {}
- virtual ~FlashFullscreenInteractiveBrowserTest() {}
+ ~FlashFullscreenInteractiveBrowserTest() override {}
protected:
content::WebContents* GetActiveWebContents() const {

Powered by Google App Engine
This is Rietveld 408576698