Index: Source/platform/weborigin/OriginAccessEntry.h |
diff --git a/Source/platform/weborigin/OriginAccessEntry.h b/Source/platform/weborigin/OriginAccessEntry.h |
index 0d606b0078a90eac02655ffe04bccfca8a954edf..523153a2eee0a59b311e58d1703b56e581ebf3ea 100644 |
--- a/Source/platform/weborigin/OriginAccessEntry.h |
+++ b/Source/platform/weborigin/OriginAccessEntry.h |
@@ -34,7 +34,7 @@ |
#include "platform/PlatformExport.h" |
#include "wtf/text/WTFString.h" |
-namespace WebCore { |
+namespace blink { |
class SecurityOrigin; |
@@ -87,6 +87,6 @@ PLATFORM_EXPORT inline bool operator!=(const OriginAccessEntry& a, const OriginA |
return !(a == b); |
} |
-} // namespace WebCore |
+} // namespace blink |
#endif // OriginAccessEntry_h |