| Index: Source/core/html/HTMLTitleElement.cpp
|
| diff --git a/Source/core/html/HTMLTitleElement.cpp b/Source/core/html/HTMLTitleElement.cpp
|
| index 2be1e5e03ab2b7c363067fbaa4302fb90fd82a50..30e6735b7b4e2142721a3487127121d0848b73fc 100644
|
| --- a/Source/core/html/HTMLTitleElement.cpp
|
| +++ b/Source/core/html/HTMLTitleElement.cpp
|
| @@ -28,8 +28,8 @@
|
| #include "core/dom/ChildListMutationScope.h"
|
| #include "core/dom/Document.h"
|
| #include "core/dom/Text.h"
|
| -#include "core/layout/style/ComputedStyle.h"
|
| -#include "core/layout/style/StyleInheritedData.h"
|
| +#include "core/style/ComputedStyle.h"
|
| +#include "core/style/StyleInheritedData.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|
| namespace blink {
|
|
|