Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / URLRegistry.h
index f6f2c3b..31a1605 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class KURL;
 class SecurityOrigin;
@@ -57,6 +57,6 @@ public:
     virtual bool contains(const String&) { ASSERT_NOT_REACHED(); return false; }
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // URLRegistry_h