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

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

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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 ddfee0e3072c108444d92921608c9d51f35872bc..1932c875c92289ff5a3bc766c44e556426350472 100644
--- a/chrome/browser/printing/print_preview_test.h
+++ b/chrome/browser/printing/print_preview_test.h
@@ -13,10 +13,10 @@ class PrintPreviewTest : public BrowserWithTestWindowTest {
virtual ~PrintPreviewTest();
protected:
- virtual void SetUp() OVERRIDE;
+ virtual void SetUp() override;
// Create a browser window to provide parenting for web contents modal dialog.
- virtual BrowserWindow* CreateBrowserWindow() OVERRIDE;
+ virtual 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