Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / system / chromeos / tray_tracing.cc
index c885e07..279bea9 100644 (file)
@@ -47,7 +47,7 @@ class DefaultTracingView : public ActionableView {
 
  private:
   // Overridden from ActionableView.
-  virtual bool PerformAction(const ui::Event& event) OVERRIDE {
+  virtual bool PerformAction(const ui::Event& event) override {
     Shell::GetInstance()->system_tray_delegate()->ShowChromeSlow();
     return true;
   }