| Index: third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp
|
| diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp b/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp
|
| index 47a099e6593a5da5013dcb6e1e295dd0f276f3b1..91718e0d54d00281b1e4aa5523f712ccc119a99c 100644
|
| --- a/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp
|
| +++ b/third_party/WebKit/Source/platform/mhtml/MHTMLFuzzer.cpp
|
| @@ -2,13 +2,13 @@
|
| // 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 "platform/SharedBuffer.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/mhtml/ArchiveResource.h"
|
| #include "platform/mhtml/MHTMLParser.h"
|
| #include "platform/testing/BlinkFuzzerTestSupport.h"
|
| -#include <stddef.h>
|
| -#include <stdint.h>
|
|
|
| namespace blink {
|
|
|
|
|