| Index: third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp b/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| index 93c2ce76ed40e3e4ed611efd221fe179ac84b035..950ef03d80177710f5d7c9b2ec77f77e9508b14e 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLTitleElement.cpp
|
| @@ -29,8 +29,8 @@
|
| #include "core/dom/Text.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "core/style/StyleInheritedData.h"
|
| -#include "wtf/AutoReset.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| +#include "platform/wtf/AutoReset.h"
|
| +#include "platform/wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|