Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: third_party/WebKit/Source/web/tests/RunAllTests.cpp

Issue 2402983002: [TimeZoneMonitor] Decouple renderer side impl from content to blink. (Closed)
Patch Set: Rebase only Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
-
base::TestSuite testSuite(argc, argv);
return base::LaunchUnitTests(
argc, argv, base::Bind(&runHelper, base::Unretained(&testSuite)));

Powered by Google App Engine
This is Rietveld 408576698