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

Unified Diff: Source/platform/weborigin/KURL.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/DatabaseIdentifierTest.cpp ('k') | Source/platform/weborigin/KURL.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/weborigin/KURL.h
diff --git a/Source/platform/weborigin/KURL.h b/Source/platform/weborigin/KURL.h
index e308106cd362e191435a15d9a02de05d2efbc041..e11c43e3fd279267754fff56f2c756087c77a2f4 100644
--- a/Source/platform/weborigin/KURL.h
+++ b/Source/platform/weborigin/KURL.h
@@ -38,7 +38,7 @@ namespace WTF {
class TextEncoding;
}
-namespace WebCore {
+namespace blink {
struct KURLHash;
@@ -265,14 +265,14 @@ inline bool operator!=(const String& a, const KURL& b)
return a != b.string();
}
-} // namespace WebCore
+} // namespace blink
namespace WTF {
// KURLHash is the default hash for String
template<typename T> struct DefaultHash;
-template<> struct DefaultHash<WebCore::KURL> {
- typedef WebCore::KURLHash Hash;
+template<> struct DefaultHash<blink::KURL> {
+ typedef blink::KURLHash Hash;
};
} // namespace WTF
« no previous file with comments | « Source/platform/weborigin/DatabaseIdentifierTest.cpp ('k') | Source/platform/weborigin/KURL.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698