Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / status_icons / status_tray_win.cc
index 18830d3..44148d5 100644 (file)
@@ -41,7 +41,7 @@ class StatusTrayStateChangerProxyImpl : public StatusTrayStateChangerProxy,
     worker_thread_.init_com_with_mta(false);
   }
 
-  virtual void EnqueueChange(UINT icon_id, HWND window) OVERRIDE {
+  virtual void EnqueueChange(UINT icon_id, HWND window) override {
     DCHECK(CalledOnValidThread());
     if (pending_requests_ == 0)
       worker_thread_.Start();