Index: components/web_view/test_runner/test_runner_main.cc |
diff --git a/components/web_view/test_runner/test_runner_main.cc b/components/web_view/test_runner/test_runner_main.cc |
index 1893e8953d50c17a0f854fe9ad3d2b22925d1a4c..8925ace17073571036b3ed9a2eb54a3f9a93f70d 100644 |
--- a/components/web_view/test_runner/test_runner_main.cc |
+++ b/components/web_view/test_runner/test_runner_main.cc |
@@ -4,7 +4,7 @@ |
#include "components/web_view/test_runner/test_runner_application_delegate.h" |
#include "mojo/application/public/cpp/application_runner.h" |
-#include "third_party/mojo/src/mojo/public/c/system/main.h" |
+#include "mojo/public/c/system/main.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
mojo::ApplicationRunner runner(new web_view::TestRunnerApplicationDelegate); |