Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / SearchInputType.h
index 6687f6d..f28bbfe 100644 (file)
@@ -34,7 +34,7 @@
 #include "core/html/forms/BaseTextInputType.h"
 #include "platform/Timer.h"
 
-namespace WebCore {
+namespace blink {
 
 class SearchFieldCancelButtonElement;
 class SearchFieldDecorationElement;
@@ -67,6 +67,6 @@ private:
     Timer<SearchInputType> m_searchEventTimer;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SearchInputType_h