Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / forms / TypeAhead.h
index 9dd38e7..e813fae 100644 (file)
@@ -30,7 +30,7 @@
 #include "wtf/text/StringBuilder.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class KeyboardEvent;
 
@@ -64,6 +64,6 @@ private:
     StringBuilder m_buffer;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // TypeAhead_h