X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Fhtml%2Fforms%2FTypeAhead.h;h=e813fae2d4f81fd317dccb2cddcd6f3b1cc2ebc8;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=9dd38e7d0b331055b1baa42e53a219742aa00678;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/html/forms/TypeAhead.h b/src/third_party/WebKit/Source/core/html/forms/TypeAhead.h index 9dd38e7..e813fae 100644 --- a/src/third_party/WebKit/Source/core/html/forms/TypeAhead.h +++ b/src/third_party/WebKit/Source/core/html/forms/TypeAhead.h @@ -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