| Index: content/renderer/manifest/manifest_parser_unittest.cc
|
| diff --git a/content/renderer/manifest/manifest_parser_unittest.cc b/content/renderer/manifest/manifest_parser_unittest.cc
|
| index d38a082e598e4469fee521ea4ecd6da1c1dbf6fc..f98691c023ce4713fdd423e38e35533ee2268832 100644
|
| --- a/content/renderer/manifest/manifest_parser_unittest.cc
|
| +++ b/content/renderer/manifest/manifest_parser_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "content/renderer/manifest/manifest_parser.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/strings/string_util.h"
|
| #include "content/public/common/manifest.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|