| Index: Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp
|
| index fed230b76016688f9c74dc70a29f59d31b053ab1..8df25625374d460aef5f191001a17b8ed0a57d1b 100644
|
| --- a/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/Source/core/html/HTMLTitleElement.cpp
|
| @@ -23,10 +23,10 @@
|
| #include "config.h"
|
| #include "HTMLTitleElement.h"
|
|
|
| -#include "Document.h"
|
| #include "HTMLNames.h"
|
| -#include "NodeRenderingContext.h"
|
| -#include "Text.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/NodeRenderingContext.h"
|
| +#include "core/dom/Text.h"
|
| #include "core/rendering/style/RenderStyle.h"
|
| #include "core/rendering/style/StyleInheritedData.h"
|
| #include <wtf/text/StringBuilder.h>
|
|
|