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

Unified Diff: android_webview/browser/aw_javascript_dialog_manager.h

Issue 623833003: replace OVERRIDE and FINAL with override and final in android_webview/ (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 | « android_webview/browser/aw_gl_surface.h ('k') | android_webview/browser/aw_login_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_javascript_dialog_manager.h
diff --git a/android_webview/browser/aw_javascript_dialog_manager.h b/android_webview/browser/aw_javascript_dialog_manager.h
index e43932dd71bd9516bba8beb07cac7b38d1b6450d..edd6d38a3a1f4fba54616ee388e0fac647af958f 100644
--- a/android_webview/browser/aw_javascript_dialog_manager.h
+++ b/android_webview/browser/aw_javascript_dialog_manager.h
@@ -23,16 +23,16 @@ class AwJavaScriptDialogManager : public content::JavaScriptDialogManager {
const base::string16& message_text,
const base::string16& default_prompt_text,
const DialogClosedCallback& callback,
- bool* did_suppress_message) OVERRIDE;
+ bool* did_suppress_message) override;
virtual void RunBeforeUnloadDialog(
content::WebContents* web_contents,
const base::string16& message_text,
bool is_reload,
- const DialogClosedCallback& callback) OVERRIDE;
+ const DialogClosedCallback& callback) override;
virtual void CancelActiveAndPendingDialogs(
- content::WebContents* web_contents) OVERRIDE;
+ content::WebContents* web_contents) override;
virtual void WebContentsDestroyed(
- content::WebContents* web_contents) OVERRIDE;
+ content::WebContents* web_contents) override;
private:
DISALLOW_COPY_AND_ASSIGN(AwJavaScriptDialogManager);
« no previous file with comments | « android_webview/browser/aw_gl_surface.h ('k') | android_webview/browser/aw_login_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698