Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / content_settings / collected_cookies_mac.h
index 456f5f7..8fd3c52 100644 (file)
@@ -27,13 +27,12 @@ class CollectedCookiesMac : public ConstrainedWindowMacDelegate,
                             public content::NotificationObserver {
  public:
   CollectedCookiesMac(content::WebContents* web_contents);
-  virtual ~CollectedCookiesMac();
+  ~CollectedCookiesMac() override;
 
   void PerformClose();
 
   // ConstrainedWindowMacDelegate implementation.
-  virtual void OnConstrainedWindowClosed(
-      ConstrainedWindowMac* window) OVERRIDE;
+  void OnConstrainedWindowClosed(ConstrainedWindowMac* window) override;
 
   CollectedCookiesWindowController* sheet_controller() const {
     return sheet_controller_.get();
@@ -41,9 +40,9 @@ class CollectedCookiesMac : public ConstrainedWindowMacDelegate,
 
  private:
   // NotificationObserver implementation.
-  virtual void Observe(int type,
-                       const content::NotificationSource& source,
-                       const content::NotificationDetails& details) OVERRIDE;
+  void Observe(int type,
+               const content::NotificationSource& source,
+               const content::NotificationDetails& details) override;
 
   content::NotificationRegistrar registrar_;