| Index: chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h b/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| index c3d799e4e223abee9b105d072a06d964394495ae..88bbb67f4f88076e6b1c20f79658d4d54635f8f1 100644
|
| --- a/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| +++ b/chrome/browser/ui/gtk/status_icons/status_tray_gtk.h
|
| @@ -6,6 +6,7 @@
|
| #define CHROME_BROWSER_UI_GTK_STATUS_ICONS_STATUS_TRAY_GTK_H_
|
| #pragma once
|
|
|
| +#include "base/compiler_specific.h"
|
| #include "chrome/browser/status_icons/status_tray.h"
|
|
|
| class StatusTrayGtk : public StatusTray {
|
| @@ -15,7 +16,7 @@ class StatusTrayGtk : public StatusTray {
|
|
|
| protected:
|
| // Overriden from StatusTray:
|
| - virtual StatusIcon* CreatePlatformStatusIcon();
|
| + virtual StatusIcon* CreatePlatformStatusIcon() OVERRIDE;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(StatusTrayGtk);
|
|
|