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

Unified Diff: extensions/common/cast/cast_cert_validator.h

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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
Index: extensions/common/cast/cast_cert_validator.h
diff --git a/extensions/common/cast/cast_cert_validator.h b/extensions/common/cast/cast_cert_validator.h
index 9b15b6e22a80c1b95f64608b225b4c19e726ebde..720fff56de7ae408320fb5e1268bceb518d6fef1 100644
--- a/extensions/common/cast/cast_cert_validator.h
+++ b/extensions/common/cast/cast_cert_validator.h
@@ -12,12 +12,12 @@
#include "base/strings/string_piece.h"
namespace extensions {
-namespace core_api {
+namespace api {
namespace cast_crypto {
// Status of a certificate or certificate verification operation.
struct VerificationResult {
- // Mapped to extensions::core_api::cast_channel::AuthResult::ErrorType in
+ // Mapped to extensions::api::cast_channel::AuthResult::ErrorType in
// cast_auto_util.cc. Update the mapping code when modifying this enum.
enum ErrorType {
// Verification has succeeded.
@@ -94,7 +94,7 @@ bool SetTrustedCertificateAuthoritiesForTest(const std::string& keys,
const std::string& signature);
} // namespace cast_crypto
-} // namespace core_api
+} // namespace api
} // namespace extensions
#endif // EXTENSIONS_COMMON_CAST_CAST_CERT_VALIDATOR_H_
« no previous file with comments | « extensions/common/api/sockets/sockets_manifest_permission.cc ('k') | extensions/common/cast/cast_cert_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698