Index: chrome/browser/ui/android/infobars/auto_login_prompter.h |
diff --git a/chrome/browser/ui/android/infobars/auto_login_prompter.h b/chrome/browser/ui/android/infobars/auto_login_prompter.h |
index bfeb2901ad634a452633ad4be205a9edbe064782..d7953de5093e7bf2be939f649bb3ffd3ee014bbd 100644 |
--- a/chrome/browser/ui/android/infobars/auto_login_prompter.h |
+++ b/chrome/browser/ui/android/infobars/auto_login_prompter.h |
@@ -51,9 +51,9 @@ class AutoLoginPrompter : public content::WebContentsObserver { |
int route_id); |
virtual void DidStopLoading( |
- content::RenderViewHost* render_view_host) OVERRIDE; |
+ content::RenderViewHost* render_view_host) override; |
- virtual void WebContentsDestroyed() OVERRIDE; |
+ virtual void WebContentsDestroyed() override; |
// Add the infobar to the WebContents, if it's still needed. |
void AddInfoBarToWebContents(); |