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

Unified Diff: printing/printing_context_mac.h

Issue 628133002: Replacing the OVERRIDE with override and FINAL with final in /src/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
« no previous file with comments | « printing/printing_context_linux.h ('k') | printing/printing_context_no_system_dialog.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printing_context_mac.h
diff --git a/printing/printing_context_mac.h b/printing/printing_context_mac.h
index 609080ec169d4cadb80b0ab0c2ba742f3a431ce4..37015979ee005acb5a8f2490225d988fb5f151ea 100644
--- a/printing/printing_context_mac.h
+++ b/printing/printing_context_mac.h
@@ -28,19 +28,19 @@ class PRINTING_EXPORT PrintingContextMac : public PrintingContext {
virtual void AskUserForSettings(
int max_pages,
bool has_selection,
- const PrintSettingsCallback& callback) OVERRIDE;
- virtual Result UseDefaultSettings() OVERRIDE;
- virtual gfx::Size GetPdfPaperSizeDeviceUnits() OVERRIDE;
+ const PrintSettingsCallback& callback) override;
+ virtual Result UseDefaultSettings() override;
+ virtual gfx::Size GetPdfPaperSizeDeviceUnits() override;
virtual Result UpdatePrinterSettings(bool external_preview,
- bool show_system_dialog) OVERRIDE;
- virtual Result InitWithSettings(const PrintSettings& settings) OVERRIDE;
- virtual Result NewDocument(const base::string16& document_name) OVERRIDE;
- virtual Result NewPage() OVERRIDE;
- virtual Result PageDone() OVERRIDE;
- virtual Result DocumentDone() OVERRIDE;
- virtual void Cancel() OVERRIDE;
- virtual void ReleaseContext() OVERRIDE;
- virtual gfx::NativeDrawingContext context() const OVERRIDE;
+ bool show_system_dialog) override;
+ virtual Result InitWithSettings(const PrintSettings& settings) override;
+ virtual Result NewDocument(const base::string16& document_name) override;
+ virtual Result NewPage() override;
+ virtual Result PageDone() override;
+ virtual Result DocumentDone() override;
+ virtual void Cancel() override;
+ virtual void ReleaseContext() override;
+ virtual gfx::NativeDrawingContext context() const override;
private:
// Initializes PrintSettings from |print_info_|. This must be called
« no previous file with comments | « printing/printing_context_linux.h ('k') | printing/printing_context_no_system_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698