Index: shell/shell_apptest.cc |
diff --git a/shell/shell_apptest.cc b/shell/shell_apptest.cc |
index 0db1437fba9a92b6645cea770f3959e201c46b15..cd0c9ab3d1681c4e55ac56fb5d51dae8adb2428e 100644 |
--- a/shell/shell_apptest.cc |
+++ b/shell/shell_apptest.cc |
@@ -14,10 +14,10 @@ |
#include "mojo/public/cpp/application/application_impl.h" |
#include "mojo/public/cpp/application/application_test_base.h" |
#include "mojo/public/cpp/system/macros.h" |
+#include "mojo/services/http_server/public/cpp/http_server_util.h" |
+#include "mojo/services/http_server/public/interfaces/http_server.mojom.h" |
+#include "mojo/services/http_server/public/interfaces/http_server_factory.mojom.h" |
#include "mojo/services/network/public/interfaces/net_address.mojom.h" |
-#include "services/http_server/public/http_server.mojom.h" |
-#include "services/http_server/public/http_server_factory.mojom.h" |
-#include "services/http_server/public/http_server_util.h" |
#include "shell/kPingable.h" |
#include "shell/test/pingable.mojom.h" |