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

Unified Diff: chrome/test/data/webui/print_preview.h

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/data/webui/ntp4_browsertest.h ('k') | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/print_preview.h
diff --git a/chrome/test/data/webui/print_preview.h b/chrome/test/data/webui/print_preview.h
index 26985638b346207e2281b7e567d1bbf9893ecc29..5b65b34558d79e14cb012b21130d1e4d24910e96 100644
--- a/chrome/test/data/webui/print_preview.h
+++ b/chrome/test/data/webui/print_preview.h
@@ -10,7 +10,7 @@
class PrintPreviewWebUITest : public WebUIBrowserTest {
public:
PrintPreviewWebUITest();
- virtual ~PrintPreviewWebUITest();
+ ~PrintPreviewWebUITest() override;
private:
DISALLOW_COPY_AND_ASSIGN(PrintPreviewWebUITest);
« no previous file with comments | « chrome/test/data/webui/ntp4_browsertest.h ('k') | chrome/test/nacl/nacl_browsertest_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698