Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(532)

Unified Diff: Source/platform/weborigin/KURLHash.h

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/weborigin/KURL.cpp ('k') | Source/platform/weborigin/KURLTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/weborigin/KURL.cpp ('k') | Source/platform/weborigin/KURLTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698