Index: Source/platform/LinkHash.cpp |
diff --git a/Source/platform/LinkHash.cpp b/Source/platform/LinkHash.cpp |
index ad3c3efed2b958e69be11ab0e75e1af84fec4258..bf1b3f0fd1fd1d6da14362057f3cb3e888524ae1 100644 |
--- a/Source/platform/LinkHash.cpp |
+++ b/Source/platform/LinkHash.cpp |
@@ -36,7 +36,7 @@ |
#include "wtf/text/StringUTF8Adaptor.h" |
#include <url/url_util.h> |
-namespace WebCore { |
+namespace blink { |
static bool resolveRelative(const KURL& base, const String& relative, url::RawCanonOutput<2048>* buffer) |
{ |
@@ -60,4 +60,4 @@ LinkHash visitedLinkHash(const KURL& base, const AtomicString& relative) |
return blink::Platform::current()->visitedLinkHash(buffer.data(), buffer.length()); |
} |
-} // namespace WebCore |
+} // namespace blink |