Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / RadioInputType.h
index 2f965ee..7ee41ca 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "core/html/forms/BaseCheckableInputType.h"
 
-namespace WebCore {
+namespace blink {
 
 class RadioInputType FINAL : public BaseCheckableInputType {
 public:
@@ -55,6 +55,6 @@ private:
     virtual bool supportsIndeterminateAppearance() const OVERRIDE;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // RadioInputType_h