| Index: third_party/WebKit/public/platform/WebTextInputInfo.h
|
| diff --git a/third_party/WebKit/public/web/WebTextInputInfo.h b/third_party/WebKit/public/platform/WebTextInputInfo.h
|
| similarity index 95%
|
| rename from third_party/WebKit/public/web/WebTextInputInfo.h
|
| rename to third_party/WebKit/public/platform/WebTextInputInfo.h
|
| index ca71b5de451383d65c63c0bb1d87619ed78b52fc..61f8ecc25cc994490440849f3fbbec68b2aef457 100644
|
| --- a/third_party/WebKit/public/web/WebTextInputInfo.h
|
| +++ b/third_party/WebKit/public/platform/WebTextInputInfo.h
|
| @@ -26,7 +26,8 @@
|
| #ifndef WebTextInputInfo_h
|
| #define WebTextInputInfo_h
|
|
|
| -#include "../platform/WebString.h"
|
| +#include "WebCommon.h"
|
| +#include "WebString.h"
|
| #include "WebTextInputType.h"
|
|
|
| namespace blink {
|
| @@ -56,7 +57,7 @@ struct WebTextInputInfo {
|
| // This string is lower-case.
|
| WebString inputMode;
|
|
|
| - BLINK_EXPORT bool equals(const WebTextInputInfo&) const;
|
| + BLINK_PLATFORM_EXPORT bool equals(const WebTextInputInfo&) const;
|
|
|
| WebTextInputInfo()
|
| : type(WebTextInputTypeNone),
|
|
|