| Index: chrome/browser/status_icons/status_icon_observer.h
|
| diff --git a/chrome/browser/status_icons/status_icon_observer.h b/chrome/browser/status_icons/status_icon_observer.h
|
| index 418356715c690d8ae15200b4374bd0ee398cd417..65a801efec1a2d0ffef5dfd32ed7d0d4b4bc19b8 100644
|
| --- a/chrome/browser/status_icons/status_icon_observer.h
|
| +++ b/chrome/browser/status_icons/status_icon_observer.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_OBSERVER_H_
|
| #define CHROME_BROWSER_STATUS_ICONS_STATUS_ICON_OBSERVER_H_
|
|
|
| +#include "build/build_config.h"
|
| +
|
| class StatusIconObserver {
|
| public:
|
| // Called when the user clicks on the system tray icon. Clicks that result
|
|
|