| Index: media/filters/jpeg_parser_unittest.cc
|
| diff --git a/media/filters/jpeg_parser_unittest.cc b/media/filters/jpeg_parser_unittest.cc
|
| index 40e30b69f1739ab8654c0585792793210ea84589..6fbea1a26dd470211aa12305d13fbb68a2d1778a 100644
|
| --- a/media/filters/jpeg_parser_unittest.cc
|
| +++ b/media/filters/jpeg_parser_unittest.cc
|
| @@ -2,6 +2,8 @@
|
| // 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/at_exit.h"
|
| #include "base/files/memory_mapped_file.h"
|
| #include "base/path_service.h"
|
|
|