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 08186ce9cdf38f0976a9f09a19717d11d8d245ca..2a56ac9e354c5ce70f5a1138551506775538cc02 100644 |
--- a/components/html_viewer/layout_test_html_viewer_main.cc |
+++ b/components/html_viewer/layout_test_html_viewer_main.cc |
@@ -3,8 +3,8 @@ |
// found in the LICENSE file. |
#include "components/html_viewer/layout_test_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::LayoutTestHTMLViewer); |