Index: chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm b/chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm |
index 3b2fef943ff1790c7e9b467b0afe40fb9daa3944..3ae6eca05e5776f7c44c67284fbd921d3e264070 100644 |
--- a/chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/ssl_client_certificate_selector_cocoa.mm |
@@ -49,13 +49,13 @@ class SSLClientAuthObserverCocoaBridge : public SSLClientAuthObserver, |
} |
// SSLClientAuthObserver implementation: |
- virtual void OnCertSelectedByNotification() OVERRIDE { |
+ virtual void OnCertSelectedByNotification() override { |
[controller_ closeWebContentsModalDialog]; |
} |
// ConstrainedWindowMacDelegate implementation: |
virtual void OnConstrainedWindowClosed( |
- ConstrainedWindowMac* window) OVERRIDE { |
+ ConstrainedWindowMac* window) override { |
// |onConstrainedWindowClosed| will delete the sheet which might be still |
// in use higher up the call stack. Wait for the next cycle of the event |
// loop to call this function. |