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

Unified Diff: chrome/common/extensions/extension.cc

Issue 10375021: Move Extension into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Take 2 Created 8 years, 7 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: chrome/common/extensions/extension.cc
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
index 7b836d30dd2365afc82fdbdde6f3333f94c64500..84181e9ec215f8523171c37da47667e460c09b73 100644
--- a/chrome/common/extensions/extension.cc
+++ b/chrome/common/extensions/extension.cc
@@ -57,6 +57,8 @@ namespace info_keys = extension_info_keys;
using extensions::csp_validator::ContentSecurityPolicyIsLegal;
using extensions::csp_validator::ContentSecurityPolicyIsSecure;
+namespace extensions {
+
namespace {
const int kModernManifestVersion = 1;
@@ -3561,3 +3563,5 @@ UpdatedExtensionPermissionsInfo::UpdatedExtensionPermissionsInfo(
: reason(reason),
extension(extension),
permissions(permissions) {}
+
+} // namespace extensions

Powered by Google App Engine
This is Rietveld 408576698