Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / dom / DOMURLUtilsReadOnly.h
index 33b9207..d63da21 100644 (file)
@@ -30,7 +30,7 @@
 #include "platform/weborigin/KURL.h"
 #include "wtf/Forward.h"
 
-namespace WebCore {
+namespace blink {
 
 class DOMURLUtilsReadOnly {
 public:
@@ -71,6 +71,6 @@ public:
     String hash() { return hash(url()); }
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMURLUtilsReadOnly_h