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

Unified Diff: Source/platform/network/ContentSecurityPolicyParsers.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/platform/mhtml/MHTMLParser.cpp ('k') | Source/platform/network/ContentSecurityPolicyParsers.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/ContentSecurityPolicyParsers.h
diff --git a/Source/platform/network/ContentSecurityPolicyParsers.h b/Source/platform/network/ContentSecurityPolicyParsers.h
index 58ac5ae49f454ce567e88fc41d456f987dda1598..8ef50d976beca0bad6e366d6ecb2c28657354b78 100644
--- a/Source/platform/network/ContentSecurityPolicyParsers.h
+++ b/Source/platform/network/ContentSecurityPolicyParsers.h
@@ -10,7 +10,7 @@
#include "wtf/Vector.h"
#include "wtf/unicode/Unicode.h"
-namespace WebCore {
+namespace blink {
typedef std::pair<unsigned, DigestValue> CSPHashValue;
@@ -47,6 +47,6 @@ PLATFORM_EXPORT bool isMediaTypeCharacter(UChar);
// positional and may only appear at the end of a Base64 encoded string.
PLATFORM_EXPORT bool isBase64EncodedCharacter(UChar);
-} // namespace WebCore
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/mhtml/MHTMLParser.cpp ('k') | Source/platform/network/ContentSecurityPolicyParsers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698