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

Unified Diff: mojo/shell/runner/host/host_unittests.cc

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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
« no previous file with comments | « mojo/shell/runner/host/child_process_host_unittest.cc ('k') | mojo/shell/shell_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/runner/host/host_unittests.cc
diff --git a/mojo/shell/runner/host/host_unittests.cc b/mojo/shell/runner/host/host_unittests.cc
index 6600d11980decb84b671049b841baa219fea2d17..3daf4a02b16c0f2451439a0005fca42b9abff84c 100644
--- a/mojo/shell/runner/host/host_unittests.cc
+++ b/mojo/shell/runner/host/host_unittests.cc
@@ -8,11 +8,11 @@
#include "base/logging.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "base/test/test_suite.h"
+#include "mojo/edk/embedder/embedder.h"
#include "mojo/shell/runner/common/switches.h"
#include "mojo/shell/runner/host/child_process.h"
#include "mojo/shell/runner/init.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "third_party/mojo/src/mojo/edk/embedder/embedder.h"
int main(int argc, char** argv) {
base::CommandLine::Init(argc, argv);
@@ -27,7 +27,7 @@ int main(int argc, char** argv) {
return mojo::shell::ChildProcessMain();
}
- mojo::embedder::Init();
+ mojo::edk::Init();
base::TestSuite test_suite(argc, argv);
return base::LaunchUnitTests(
« no previous file with comments | « mojo/shell/runner/host/child_process_host_unittest.cc ('k') | mojo/shell/shell_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698