| Index: third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| index c2ae0c9e3d23c06a72d3390d7b941a5248983d69..478afe4d858178edde109ed9fa1c19627ae9d931 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/TextFieldInputType.cpp
|
| @@ -52,7 +52,7 @@
|
| #include "core/page/Page.h"
|
| #include "core/paint/PaintLayer.h"
|
| #include "platform/EventDispatchForbiddenScope.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|