| Index: Source/platform/weborigin/OriginAccessEntry.cpp
|
| diff --git a/Source/platform/weborigin/OriginAccessEntry.cpp b/Source/platform/weborigin/OriginAccessEntry.cpp
|
| index c72fc9a06f14fdf1f094ffc73b25be47c0a2cfc7..856803516ca7e14542821a44ec37d77fa1bbcdbf 100644
|
| --- a/Source/platform/weborigin/OriginAccessEntry.cpp
|
| +++ b/Source/platform/weborigin/OriginAccessEntry.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebPublicSuffixList.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| OriginAccessEntry::OriginAccessEntry(const String& protocol, const String& host, SubdomainSetting subdomainSetting, IPAddressSetting ipAddressSetting)
|
| : m_protocol(protocol.lower())
|
| @@ -91,4 +91,4 @@ OriginAccessEntry::MatchResult OriginAccessEntry::matchesOrigin(const SecurityOr
|
| return MatchesOrigin;
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|