| Index: media/filters/decrypting_demuxer_stream_unittest.cc
 | 
| diff --git a/media/filters/decrypting_demuxer_stream_unittest.cc b/media/filters/decrypting_demuxer_stream_unittest.cc
 | 
| index 5efc59003884db08c0d65b20ec664bf497268dbf..92aafe3757d5371d66f463f8befd101d6d7cfd00 100644
 | 
| --- a/media/filters/decrypting_demuxer_stream_unittest.cc
 | 
| +++ b/media/filters/decrypting_demuxer_stream_unittest.cc
 | 
| @@ -2,11 +2,14 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include <string>
 | 
|  #include <vector>
 | 
|  
 | 
|  #include "base/bind.h"
 | 
|  #include "base/callback_helpers.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/message_loop/message_loop.h"
 | 
|  #include "media/base/decoder_buffer.h"
 | 
|  #include "media/base/decrypt_config.h"
 | 
| 
 |