Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / extensions / extension_installed_bubble_view.h
index 1493811..789dc65 100644 (file)
@@ -41,16 +41,16 @@ class ExtensionInstalledBubbleView
                                Browser* browser,
                                const SkBitmap& icon);
 
-  virtual ~ExtensionInstalledBubbleView();
+  ~ExtensionInstalledBubbleView() override;
 
   // ExtensionInstalledBubble::Delegate:
-  virtual bool MaybeShowNow() OVERRIDE;
+  bool MaybeShowNow() override;
 
   // views::WidgetDelegate:
-  virtual void WindowClosing() OVERRIDE;
+  void WindowClosing() override;
 
   // views::BubbleDelegate:
-  virtual gfx::Rect GetAnchorRect() const OVERRIDE;
+  gfx::Rect GetAnchorRect() const override;
 
   ExtensionInstalledBubble bubble_;