X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fweborigin%2FOriginAccessEntry.h;h=523153a2eee0a59b311e58d1703b56e581ebf3ea;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=0d606b0078a90eac02655ffe04bccfca8a954edf;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h b/src/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h index 0d606b0..523153a 100644 --- a/src/third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.h +++ b/src/third_party/WebKit/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