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 c256530a902b312b3b3583f4a79447d9ae8cd812..cb03407d4f30d03f0a6d691dc21f0c25df7dcdc4 100644 |
--- a/components/html_viewer/html_viewer_main.cc |
+++ b/components/html_viewer/html_viewer_main.cc |
@@ -3,8 +3,8 @@ |
// found in the LICENSE file. |
#include "components/html_viewer/html_viewer.h" |
-#include "mojo/application/public/cpp/application_runner.h" |
#include "mojo/public/c/system/main.h" |
+#include "mojo/shell/public/cpp/application_runner.h" |
MojoResult MojoMain(MojoHandle shell_handle) { |
mojo::ApplicationRunner runner(new html_viewer::HTMLViewer); |