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

Unified Diff: content/public/common/service_names.h

Issue 2259903002: Enforce capability spec renderer <--> browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 3 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 | « content/public/common/BUILD.gn ('k') | content/public/common/service_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/service_names.h
diff --git a/content/common/mojo/constants.h b/content/public/common/service_names.h
similarity index 79%
rename from content/common/mojo/constants.h
rename to content/public/common/service_names.h
index bc6a4148a0ab941f9f2a3868f2bb3dc1b89a625f..7e1a92fa1b4a8815e988b4f770d2c350511f68d2 100644
--- a/content/common/mojo/constants.h
+++ b/content/public/common/service_names.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CONTENT_COMMON_MOJO_CONSTANTS_H_
-#define CONTENT_COMMON_MOJO_CONSTANTS_H_
+#ifndef CONTENT_PUBLIC_COMMON_SERVICE_NAMES_H_
+#define CONTENT_PUBLIC_COMMON_SERVICE_NAMES_H_
#include "content/common/content_export.h"
@@ -17,4 +17,4 @@ extern const char CONTENT_EXPORT kUtilityMojoApplicationName[];
} // namespace content
-#endif // CONTENT_COMMON_MOJO_CONSTANTS_H_
+#endif // CONTENT_PUBLIC_COMMON_SERVICE_NAMES_H_
« no previous file with comments | « content/public/common/BUILD.gn ('k') | content/public/common/service_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698