Index: Source/platform/LinkHash.h |
diff --git a/Source/platform/LinkHash.h b/Source/platform/LinkHash.h |
index 70dec66578590edfaa4ddc5c077c88c13ba9d6a7..07e79a64ceecee2abb128963c25c10a54cec0348 100644 |
--- a/Source/platform/LinkHash.h |
+++ b/Source/platform/LinkHash.h |
@@ -30,7 +30,7 @@ |
#include "wtf/Forward.h" |
#include "wtf/text/StringHash.h" |
-namespace WebCore { |
+namespace blink { |
class KURL; |
@@ -60,6 +60,6 @@ struct LinkHashHash { |
// look like a relative URL. |
PLATFORM_EXPORT LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL); |
-} // namespace WebCore |
+} // namespace blink |
#endif // LinkHash_h |