Index: Source/platform/weborigin/SecurityPolicy.cpp |
diff --git a/Source/platform/weborigin/SecurityPolicy.cpp b/Source/platform/weborigin/SecurityPolicy.cpp |
index 4563595f01d45e09363e7ea943dcc71ce4a4385f..45e2f819ca08fd808593bcd672f401538d1a1733 100644 |
--- a/Source/platform/weborigin/SecurityPolicy.cpp |
+++ b/Source/platform/weborigin/SecurityPolicy.cpp |
@@ -38,7 +38,7 @@ |
#include "wtf/PassOwnPtr.h" |
#include "wtf/text/StringHash.h" |
-namespace WebCore { |
+namespace blink { |
typedef Vector<OriginAccessEntry> OriginAccessWhiteList; |
typedef HashMap<String, OwnPtr<OriginAccessWhiteList> > OriginAccessMap; |
@@ -156,4 +156,4 @@ void SecurityPolicy::resetOriginAccessWhitelists() |
originAccessMap().clear(); |
} |
-} // namespace WebCore |
+} // namespace blink |