Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / ime / mode_indicator_view.cc
index e0c6f2f..c8df071 100644 (file)
@@ -28,11 +28,11 @@ class ModeIndicatorFrameView : public views::BubbleFrameView {
  public:
   explicit ModeIndicatorFrameView(const gfx::Insets& content_margins)
       : views::BubbleFrameView(content_margins) {}
-  virtual ~ModeIndicatorFrameView() {}
+  ~ModeIndicatorFrameView() override {}
 
  private:
   // views::BubbleFrameView overrides:
-  virtual gfx::Rect GetAvailableScreenBounds(const gfx::Rect& rect) OVERRIDE {
+  gfx::Rect GetAvailableScreenBounds(const gfx::Rect& rect) override {
     return gfx::Screen::GetNativeScreen()->GetDisplayNearestPoint(
         rect.CenterPoint()).bounds();
   }