| Index: third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/ImageDocument.cpp b/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| index 2aee3e025c1c8ddc4ad822c8dbda4b87cec4e1b2..b7133f8392c3afe111a84407a082f539397f6d54 100644
|
| --- a/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ImageDocument.cpp
|
| @@ -51,7 +51,7 @@
|
| #include "core/loader/resource/ImageResource.h"
|
| #include "core/page/Page.h"
|
| #include "platform/HostWindow.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace {
|
|
|
|
|