| Index: ash/system/audio/tray_audio.h
|
| diff --git a/ash/system/audio/tray_audio.h b/ash/system/audio/tray_audio.h
|
| index 9621eb8fec6cb50da99fe55c5ad5407c4a13a02c..9e2c7b5035c2100b28349e4b59cf6febc1d10bdb 100644
|
| --- a/ash/system/audio/tray_audio.h
|
| +++ b/ash/system/audio/tray_audio.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef ASH_SYSTEM_AUDIO_TRAY_AUDIO_H_
|
| #define ASH_SYSTEM_AUDIO_TRAY_AUDIO_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ash/system/audio/audio_observer.h"
|
| #include "ash/system/tray/tray_image_item.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ui/gfx/display_observer.h"
|
|
|
|
|