Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / BaseCheckableInputType.h
index aeb6ee2..b1409c3 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "core/html/forms/InputType.h"
 
-namespace WebCore {
+namespace blink {
 
 // Base of checkbox and radio types.
 class BaseCheckableInputType : public InputType {
@@ -55,6 +55,6 @@ private:
     virtual bool shouldDispatchFormControlChangeEvent(String&, String&) OVERRIDE;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // BaseCheckableInputType_h