Index: third_party/WebKit/Source/web/tests/RunAllTests.cpp |
diff --git a/third_party/WebKit/Source/web/tests/RunAllTests.cpp b/third_party/WebKit/Source/web/tests/RunAllTests.cpp |
index 704f83e0a112efde397a33837617ebf9f933f87e..f95a435bee8080bb9a76faf1c3a869b85dad7014 100644 |
--- a/third_party/WebKit/Source/web/tests/RunAllTests.cpp |
+++ b/third_party/WebKit/Source/web/tests/RunAllTests.cpp |
@@ -35,7 +35,6 @@ |
#include "base/threading/thread_task_runner_handle.h" |
#include "bindings/core/v8/V8GCController.h" |
#include "content/test/blink_test_environment.h" |
-#include "mojo/edk/embedder/embedder.h" |
#include "platform/heap/ThreadState.h" |
#include "platform/weborigin/SchemeRegistry.h" |
#include <v8.h> |
@@ -67,8 +66,6 @@ int runHelper(base::TestSuite* testSuite) { |
} // namespace |
int main(int argc, char** argv) { |
- mojo::edk::Init(); |
leonhsl(Using Gerrit)
2016/10/18 10:03:52
No need to init mojo edk any more, content::SetUpB
|
- |
base::TestSuite testSuite(argc, argv); |
return base::LaunchUnitTests( |
argc, argv, base::Bind(&runHelper, base::Unretained(&testSuite))); |