| Index: media/base/decoder_buffer_unittest.cc
|
| diff --git a/media/base/decoder_buffer_unittest.cc b/media/base/decoder_buffer_unittest.cc
|
| index f3d8216a500d2276f8099c836b2d71ef63d0246d..7380f41d6c9a8e5ec6e5970aaf7411a91ad17164 100644
|
| --- a/media/base/decoder_buffer_unittest.cc
|
| +++ b/media/base/decoder_buffer_unittest.cc
|
| @@ -2,7 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/string_util.h"
|
| +#include "build/build_config.h"
|
| #include "media/base/decoder_buffer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|