Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / certificate_viewer_mac.mm
index 8e8ab9c..02995b5 100644 (file)
@@ -47,8 +47,7 @@ class SSLCertificateViewerCocoaBridge : public ConstrainedWindowMacDelegate {
   virtual ~SSLCertificateViewerCocoaBridge() {}
 
   // ConstrainedWindowMacDelegate implementation:
-  virtual void OnConstrainedWindowClosed(
-      ConstrainedWindowMac * window) OVERRIDE {
+  void OnConstrainedWindowClosed(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.