Chromium Code Reviews| Index: chromecast/media/audio/cast_audio_output_stream.h |
| diff --git a/chromecast/media/audio/cast_audio_output_stream.h b/chromecast/media/audio/cast_audio_output_stream.h |
| index 47764360289a0a52b993ae62d1986c95636f1f12..7d48e90dfda31a5e4183c49e686fc89e536f9d48 100644 |
| --- a/chromecast/media/audio/cast_audio_output_stream.h |
| +++ b/chromecast/media/audio/cast_audio_output_stream.h |
| @@ -5,6 +5,8 @@ |
| #ifndef CHROMECAST_MEDIA_AUDIO_CAST_AUDIO_OUTPUT_STREAM_H_ |
| #define CHROMECAST_MEDIA_AUDIO_CAST_AUDIO_OUTPUT_STREAM_H_ |
| +#include <memory> |
|
alokp
2016/09/30 00:12:21
is this due to restructuring of any header that th
jameswest
2016/09/30 00:30:16
This is just fixing a lint error for cast_audio_ou
|
| + |
| #include "base/macros.h" |
| #include "base/memory/weak_ptr.h" |
| #include "base/time/time.h" |