| Index: content/shell/browser/shell_login_dialog.h
|
| diff --git a/content/shell/browser/shell_login_dialog.h b/content/shell/browser/shell_login_dialog.h
|
| index 76ad05464e01e5720ce117a08daf5602494bc21b..84b0493819fb3cd2c686581e333d1f1d85ce4715 100644
|
| --- a/content/shell/browser/shell_login_dialog.h
|
| +++ b/content/shell/browser/shell_login_dialog.h
|
| @@ -33,7 +33,7 @@ class ShellLoginDialog : public ResourceDispatcherHostLoginDelegate {
|
|
|
| // ResourceDispatcherHostLoginDelegate implementation:
|
| // Threading: IO thread.
|
| - virtual void OnRequestCancelled() OVERRIDE;
|
| + virtual void OnRequestCancelled() override;
|
|
|
| // Called by the platform specific code when the user responds. Public because
|
| // the aforementioned platform specific code may not have access to private
|
|
|