| Index: third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebFrameContentDumper.cpp b/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| index 5700e7e9c1aa2b8516185db81cc3dccd7f7ebf8b..070fc34b1582f8e01e1bca50761bcc860352632b 100644
|
| --- a/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| +++ b/third_party/WebKit/Source/web/WebFrameContentDumper.cpp
|
| @@ -12,11 +12,11 @@
|
| #include "core/layout/LayoutTreeAsText.h"
|
| #include "core/layout/api/LayoutPartItem.h"
|
| #include "core/layout/api/LayoutViewItem.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/web/WebDocument.h"
|
| #include "public/web/WebLocalFrame.h"
|
| #include "public/web/WebView.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|