Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / shadow / DateTimeFieldElements.h
index 19050db..b13efa0 100644 (file)
@@ -30,7 +30,7 @@
 #include "core/html/shadow/DateTimeNumericFieldElement.h"
 #include "core/html/shadow/DateTimeSymbolicFieldElement.h"
 
-namespace WebCore {
+namespace blink {
 
 class DateTimeAMPMFieldElement FINAL : public DateTimeSymbolicFieldElement {
     WTF_MAKE_NONCOPYABLE(DateTimeAMPMFieldElement);
@@ -259,7 +259,7 @@ private:
     bool m_maxIsSpecified;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif
 #endif