Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / DateTimeChooser.h
index ca5e13c..bec4c6c 100644 (file)
@@ -37,7 +37,7 @@
 #include "wtf/RefCounted.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 struct DateTimeSuggestion {
     double value;
@@ -72,5 +72,5 @@ public:
     virtual void trace(Visitor*) { }
 };
 
-} // namespace WebCore
+} // namespace blink
 #endif // DateTimeChooser_h