| Index: media/formats/mp4/track_run_iterator_unittest.cc
 | 
| diff --git a/media/formats/mp4/track_run_iterator_unittest.cc b/media/formats/mp4/track_run_iterator_unittest.cc
 | 
| index 9221cc40002abe32cffb7051c388be18e58b359d..3ac4a41ede85f9d8aa6baa54bd549f3d96bdbee1 100644
 | 
| --- a/media/formats/mp4/track_run_iterator_unittest.cc
 | 
| +++ b/media/formats/mp4/track_run_iterator_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 <stddef.h>
 | 
| +#include <stdint.h>
 | 
| +
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/strings/string_split.h"
 | 
|  #include "media/base/mock_media_log.h"
 | 
| 
 |