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

Unified Diff: chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h

Issue 627043002: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* (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/ui/pdf/chrome_pdf_web_contents_helper_client.h
diff --git a/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h b/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h
index f8c9f96e531d251b5ac874ba29386683ac5472a3..686174cb7644323c0e065096ea3e174590cf9615 100644
--- a/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h
+++ b/chrome/browser/ui/pdf/chrome_pdf_web_contents_helper_client.h
@@ -16,20 +16,20 @@ class ChromePDFWebContentsHelperClient
private:
// pdf::PDFWebContentsHelperClient:
- virtual void UpdateLocationBar(content::WebContents* contents) OVERRIDE;
+ virtual void UpdateLocationBar(content::WebContents* contents) override;
virtual void UpdateContentRestrictions(content::WebContents* contents,
- int content_restrictions) OVERRIDE;
+ int content_restrictions) override;
virtual void OnPDFHasUnsupportedFeature(
- content::WebContents* contents) OVERRIDE;
+ content::WebContents* contents) override;
- virtual void OnSaveURL(content::WebContents* contents) OVERRIDE;
+ virtual void OnSaveURL(content::WebContents* contents) override;
virtual void OnShowPDFPasswordDialog(
content::WebContents* contents,
const base::string16& prompt,
- const pdf::PasswordDialogClosedCallback& callback) OVERRIDE;
+ const pdf::PasswordDialogClosedCallback& callback) override;
DISALLOW_COPY_AND_ASSIGN(ChromePDFWebContentsHelperClient);
};
« no previous file with comments | « chrome/browser/ui/passwords/save_password_refusal_combobox_model.h ('k') | chrome/browser/ui/pdf/pdf_browsertest_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698