| Index: third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
|
| diff --git a/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp b/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
|
| index 01d607f55e4f47845215785d4ed7131826392f9f..e39a872c1a07d548f4b4b1780b7172d77798c85e 100644
|
| --- a/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "platform/testing/BlinkFuzzerTestSupport.h"
|
|
|
| +#include <content/test/blink_test_environment.h>
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| #include "base/i18n/icu_util.h"
|
| #include "platform/weborigin/SchemeRegistry.h"
|
| -#include <content/test/blink_test_environment.h>
|
|
|
| namespace blink {
|
|
|
|
|