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

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

Issue 668093002: Standardize usage of virtual/override/final in chrome/browser/printing/ (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/printing/print_preview_test.h
diff --git a/chrome/browser/printing/print_preview_test.h b/chrome/browser/printing/print_preview_test.h
index 1932c875c92289ff5a3bc766c44e556426350472..2a843c4dd5f45f2af877de544ed3795c4b17a257 100644
--- a/chrome/browser/printing/print_preview_test.h
+++ b/chrome/browser/printing/print_preview_test.h
@@ -16,7 +16,7 @@ class PrintPreviewTest : public BrowserWithTestWindowTest {
virtual void SetUp() override;
// Create a browser window to provide parenting for web contents modal dialog.
- virtual BrowserWindow* CreateBrowserWindow() override;
+ BrowserWindow* CreateBrowserWindow() override;
private:
DISALLOW_COPY_AND_ASSIGN(PrintPreviewTest);
« no previous file with comments | « chrome/browser/printing/print_preview_pdf_generated_browsertest.cc ('k') | chrome/browser/printing/print_preview_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698