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( |