Index: examples/http_handler/http_handler.cc |
diff --git a/examples/http_handler/http_handler.cc b/examples/http_handler/http_handler.cc |
index 9237853055daae6415bbb35fd7e89a895827ffb2..4f5c9cc5375f42506b28e1b94ddfabf2e9db2234 100644 |
--- a/examples/http_handler/http_handler.cc |
+++ b/examples/http_handler/http_handler.cc |
@@ -9,10 +9,10 @@ |
#include "mojo/public/cpp/application/application_impl.h" |
#include "mojo/public/cpp/bindings/interface_ptr.h" |
#include "mojo/public/cpp/system/message_pipe.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" |
namespace mojo { |
namespace examples { |