Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / bubble_example.cc
index 49a60e5..0e0b6aa 100644 (file)
@@ -54,7 +54,7 @@ class ExampleBubble : public BubbleDelegateView {
        : BubbleDelegateView(anchor, arrow) {}
 
  protected:
-  virtual void Init() OVERRIDE {
+  void Init() override {
     SetLayoutManager(new BoxLayout(BoxLayout::kVertical, 50, 50, 0));
     AddChildView(new Label(GetArrowName(arrow())));
   }