| Index: media/cast/sender/audio_encoder_unittest.cc
|
| diff --git a/media/cast/sender/audio_encoder_unittest.cc b/media/cast/sender/audio_encoder_unittest.cc
|
| index b96a553adf5597f234a79f9d4e31b964e1dbc360..6bdffe6447a9fdcb7813e115383259ae78411dd0 100644
|
| --- a/media/cast/sender/audio_encoder_unittest.cc
|
| +++ b/media/cast/sender/audio_encoder_unittest.cc
|
| @@ -2,6 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include <sstream>
|
| @@ -9,7 +10,9 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "build/build_config.h"
|
| #include "media/base/audio_bus.h"
|
| #include "media/base/media.h"
|
| #include "media/cast/cast_config.h"
|
|
|