Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / location_bar / translate_decoration.h
index 19756e9..1d7f484 100644 (file)
@@ -18,16 +18,16 @@ class CommandUpdater;
 class TranslateDecoration : public ImageDecoration {
  public:
   explicit TranslateDecoration(CommandUpdater* command_updater);
-  virtual ~TranslateDecoration();
+  ~TranslateDecoration() override;
 
   // Toggles the icon on or off.
   void SetLit(bool on);
 
   // Implement |LocationBarDecoration|
-  virtual bool AcceptsMousePress() OVERRIDE;
-  virtual bool OnMousePressed(NSRect frame, NSPoint location) OVERRIDE;
-  virtual NSString* GetToolTip() OVERRIDE;
-  virtual NSPoint GetBubblePointInFrame(NSRect frame) OVERRIDE;
+  bool AcceptsMousePress() override;
+  bool OnMousePressed(NSRect frame, NSPoint location) override;
+  NSString* GetToolTip() override;
+  NSPoint GetBubblePointInFrame(NSRect frame) override;
 
  private:
   // For showing the translate bubble up.