Index: mojo/services/http_server/cpp/http_server_util.h |
diff --git a/mojo/services/http_server/public/cpp/http_server_util.h b/mojo/services/http_server/cpp/http_server_util.h |
similarity index 63% |
rename from mojo/services/http_server/public/cpp/http_server_util.h |
rename to mojo/services/http_server/cpp/http_server_util.h |
index e2041e8a521f9322bc45e628e27ce2367064b596..252fc9a38524bd182e787609d0780e9102bdf4e3 100644 |
--- a/mojo/services/http_server/public/cpp/http_server_util.h |
+++ b/mojo/services/http_server/cpp/http_server_util.h |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SERVICES_HTTP_SERVER_PUBLIC_HTTP_SERVER_UTIL_H_ |
-#define SERVICES_HTTP_SERVER_PUBLIC_HTTP_SERVER_UTIL_H_ |
+#ifndef SERVICES_HTTP_SERVER_HTTP_SERVER_UTIL_H_ |
+#define SERVICES_HTTP_SERVER_HTTP_SERVER_UTIL_H_ |
-#include "http_server/public/interfaces/http_response.mojom.h" |
+#include "http_server/interfaces/http_response.mojom.h" |
namespace http_server { |
@@ -14,4 +14,4 @@ HttpResponsePtr CreateHttpResponse(uint32_t status_code, |
const std::string& body); |
} // namespace http_server |
-#endif // SERVICES_HTTP_SERVER_PUBLIC_HTTP_SERVER_UTIL_H_ |
+#endif // SERVICES_HTTP_SERVER_HTTP_SERVER_UTIL_H_ |