| Index: third_party/WebKit/Source/core/html/parser/HTMLViewSourceParserTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParserTest.cpp b/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParserTest.cpp
|
| index 755fdeabbe2b64d607284030ec2e65c85ea379a3..a6bb72c923490d84dfb369c313e96b93525ed33d 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParserTest.cpp
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLViewSourceParserTest.cpp
|
| @@ -7,8 +7,8 @@
|
| #include "core/dom/DocumentInit.h"
|
| #include "core/dom/DocumentParser.h"
|
| #include "core/html/HTMLViewSourceDocument.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|