| Index: Source/platform/weborigin/KURLHash.h
|
| diff --git a/Source/platform/weborigin/KURLHash.h b/Source/platform/weborigin/KURLHash.h
|
| index 47d234582914cafdc55157d34b9a294b7dab066e..7849683598476f243fc3287cb5c0bd0b619a9fad 100644
|
| --- a/Source/platform/weborigin/KURLHash.h
|
| +++ b/Source/platform/weborigin/KURLHash.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/text/StringHash.h"
|
| #include "wtf/text/WTFString.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| struct KURLHash {
|
| static unsigned hash(const KURL& key)
|
| @@ -46,11 +46,11 @@ struct KURLHash {
|
| static const bool safeToCompareToEmptyOrDeleted = false;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| namespace WTF {
|
|
|
| -template<> struct HashTraits<WebCore::KURL> : SimpleClassHashTraits<WebCore::KURL> { };
|
| +template<> struct HashTraits<blink::KURL> : SimpleClassHashTraits<blink::KURL> { };
|
|
|
| } // namespace WTF
|
|
|
|
|