| 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 a45842790c77db05d7b58eda2d1066c1458680c1..01d607f55e4f47845215785d4ed7131826392f9f 100644
|
| --- a/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
|
| +++ b/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
|
| @@ -7,7 +7,6 @@
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| #include "base/i18n/icu_util.h"
|
| -#include "mojo/edk/embedder/embedder.h"
|
| #include "platform/weborigin/SchemeRegistry.h"
|
| #include <content/test/blink_test_environment.h>
|
|
|
| @@ -21,7 +20,6 @@ void InitializeBlinkFuzzTest(int* argc, char*** argv) {
|
|
|
| CHECK(base::i18n::InitializeICU());
|
|
|
| - mojo::edk::Init();
|
| base::CommandLine::Init(*argc, *argv);
|
|
|
| content::SetUpBlinkTestEnvironment();
|
|
|