| Index: media/formats/webm/webm_webvtt_parser_unittest.cc
|
| diff --git a/media/formats/webm/webm_webvtt_parser_unittest.cc b/media/formats/webm/webm_webvtt_parser_unittest.cc
|
| index c40d1a1e19a7dfd87753a7f787c6090c3443349e..5ce3e18066dc457db6025a7a221bc40c82c5ea0a 100644
|
| --- a/media/formats/webm/webm_webvtt_parser_unittest.cc
|
| +++ b/media/formats/webm/webm_webvtt_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 "media/formats/webm/webm_webvtt_parser.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|