Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / system / tray / tray_empty.cc
index bd2b7a1..8216322 100644 (file)
@@ -14,11 +14,10 @@ namespace {
 class EmptyBackground : public views::Background {
  public:
   EmptyBackground() {}
-  virtual ~EmptyBackground() {}
+  ~EmptyBackground() override {}
 
  private:
-  virtual void Paint(gfx::Canvas* canvas, views::View* view) const OVERRIDE {
-  }
+  void Paint(gfx::Canvas* canvas, views::View* view) const override {}
 
   DISALLOW_COPY_AND_ASSIGN(EmptyBackground);
 };