Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(299)

Unified Diff: mojo/services/http_server/cpp/http_server_util.h

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/services/http_server/cpp/BUILD.gn ('k') | mojo/services/http_server/cpp/lib/http_server_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/services/http_server/cpp/BUILD.gn ('k') | mojo/services/http_server/cpp/lib/http_server_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698