| 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);
|
| };
|
|
|