Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / status_icons / status_tray_win.h
index 08a05e8..e4271d6 100644 (file)
@@ -18,6 +18,8 @@ class StatusIconWin;
 // a task to a worker thread each time EnqueueChange is called.
 class StatusTrayStateChangerProxy {
  public:
+  virtual ~StatusTrayStateChangerProxy() {}
+
   // Called by StatusTrayWin to request upgraded visibility on the icon
   // represented by the |icon_id|, |window| pair.
   virtual void EnqueueChange(UINT icon_id, HWND window) = 0;
@@ -39,7 +41,7 @@ class StatusTrayWin : public StatusTray {
   virtual StatusIcon* CreatePlatformStatusIcon(StatusIconType type,
                                                const gfx::ImageSkia& image,
                                                const base::string16& tool_tip)
-      OVERRIDE;
+      override;
 
  private:
   FRIEND_TEST_ALL_PREFIXES(StatusTrayWinTest, EnsureVisibleTest);