summaryrefslogtreecommitdiffstats
path: root/components/html_viewer/html_viewer_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/html_viewer/html_viewer_main.cc')
-rw-r--r--components/html_viewer/html_viewer_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/html_viewer/html_viewer_main.cc b/components/html_viewer/html_viewer_main.cc
index c256530..cb03407 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);