Index: components/html_viewer/layout_test_html_viewer_main.cc |
diff --git a/components/html_viewer/layout_test_html_viewer_main.cc b/components/html_viewer/layout_test_html_viewer_main.cc |
index 7a20ce6bb42e798d77c49104f208062a3202c70e..08186ce9cdf38f0976a9f09a19717d11d8d245ca 100644 |
--- a/components/html_viewer/layout_test_html_viewer_main.cc |
+++ b/components/html_viewer/layout_test_html_viewer_main.cc |
@@ -4,7 +4,7 @@ |
#include "components/html_viewer/layout_test_html_viewer.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 html_viewer::LayoutTestHTMLViewer); |