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 79349639685e1efd89d4213ccafbed4375dd24c5..74c4afc8458edf9b43e1f75b39f13160f9e4a2d4 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" |
// TODO(erg): Much of this will be the same between mojo applications. Maybe we |
// could centralize this code? |