Index: components/html_viewer/html_viewer_main.cc |
diff --git a/components/html_viewer/html_viewer_main.cc b/components/html_viewer/html_viewer_main.cc |
index 9afd58da590cdf5f8f561e025de00d7f5219ef8c..c256530a902b312b3b3583f4a79447d9ae8cd812 100644 |
--- a/components/html_viewer/html_viewer_main.cc |
+++ b/components/html_viewer/html_viewer_main.cc |
@@ -4,7 +4,7 @@ |
#include "components/html_viewer/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::HTMLViewer); |