| Index: third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| index ad638f4df4497a759cbb2c346b3c7a3e872f743b..1b92afa8ba7da517a73cad4f20be26c4a04c18d1 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/ImageInputType.cpp
|
| @@ -35,7 +35,7 @@
|
| #include "core/html/parser/HTMLParserIdioms.h"
|
| #include "core/layout/LayoutBlockFlow.h"
|
| #include "core/layout/LayoutImage.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|