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

Unified Diff: chrome/browser/printing/print_preview_test.h

Issue 684613002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix bad indent 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/printing/print_preview_test.h
diff --git a/chrome/browser/printing/print_preview_test.h b/chrome/browser/printing/print_preview_test.h
index 2a843c4dd5f45f2af877de544ed3795c4b17a257..50d56dc265dfef3942a66252f6764ca09435d060 100644
--- a/chrome/browser/printing/print_preview_test.h
+++ b/chrome/browser/printing/print_preview_test.h
@@ -10,10 +10,10 @@
class PrintPreviewTest : public BrowserWithTestWindowTest {
public:
PrintPreviewTest();
- virtual ~PrintPreviewTest();
+ ~PrintPreviewTest() override;
protected:
- virtual void SetUp() override;
+ void SetUp() override;
// Create a browser window to provide parenting for web contents modal dialog.
BrowserWindow* CreateBrowserWindow() override;
« no previous file with comments | « chrome/browser/printing/print_preview_pdf_generated_browsertest.cc ('k') | chrome/browser/process_singleton_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698