Index: content/shell/browser/shell_resource_dispatcher_host_delegate.h |
diff --git a/content/shell/browser/shell_resource_dispatcher_host_delegate.h b/content/shell/browser/shell_resource_dispatcher_host_delegate.h |
index b946201edeb0d160f2b85c89c615a7daddd2a39f..6bff25ab4f97d572cc16a8083ac19288ec06ecde 100644 |
--- a/content/shell/browser/shell_resource_dispatcher_host_delegate.h |
+++ b/content/shell/browser/shell_resource_dispatcher_host_delegate.h |
@@ -19,7 +19,7 @@ class ShellResourceDispatcherHostDelegate |
// ResourceDispatcherHostDelegate implementation. |
virtual ResourceDispatcherHostLoginDelegate* CreateLoginDelegate( |
- net::AuthChallengeInfo* auth_info, net::URLRequest* request) OVERRIDE; |
+ net::AuthChallengeInfo* auth_info, net::URLRequest* request) override; |
// Used for content_browsertests. |
void set_login_request_callback( |