Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / proxy_overridden_bubble_controller.h
index be2e0fc..7ff8e00 100644 (file)
@@ -18,14 +18,14 @@ class ProxyOverriddenBubbleController
     : public ExtensionMessageBubbleController {
  public:
   explicit ProxyOverriddenBubbleController(Profile* profile);
-  virtual ~ProxyOverriddenBubbleController();
+  ~ProxyOverriddenBubbleController() override;
 
   // Whether the controller knows that we should show the bubble for extension
   // with |extension_id|. Returns true if so.
   bool ShouldShow(const std::string& extension_id);
 
   // ExtensionMessageBubbleController:
-  virtual bool CloseOnDeactivate() OVERRIDE;
+  bool CloseOnDeactivate() override;
 
  private:
   // A weak pointer to the profile we are associated with. Not owned by us.