Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / URLInputType.cpp
index c39d40c..c0438e6 100644 (file)
@@ -36,7 +36,7 @@
 #include "platform/text/PlatformLocale.h"
 #include "wtf/PassOwnPtr.h"
 
-namespace WebCore {
+namespace blink {
 
 PassRefPtrWillBeRawPtr<InputType> URLInputType::create(HTMLInputElement& element)
 {
@@ -73,4 +73,4 @@ bool URLInputType::isURLField() const
     return true;
 }
 
-} // namespace WebCore
+} // namespace blink