| Index: chromeos/audio/cras_audio_handler.h
|
| diff --git a/chromeos/audio/cras_audio_handler.h b/chromeos/audio/cras_audio_handler.h
|
| index a12e5ae4562a72f12dc03681eaac43de2007b3ab..39e4ac841f6f3acf5a442d2972725c8b4f8c4cf8 100644
|
| --- a/chromeos/audio/cras_audio_handler.h
|
| +++ b/chromeos/audio/cras_audio_handler.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef CHROMEOS_AUDIO_CRAS_AUDIO_HANDLER_H_
|
| #define CHROMEOS_AUDIO_CRAS_AUDIO_HANDLER_H_
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
| #include <queue>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/observer_list.h"
|
|
|