| Index: sky/engine/core/dom/TextLinkColors.cpp
|
| diff --git a/sky/engine/core/dom/TextLinkColors.cpp b/sky/engine/core/dom/TextLinkColors.cpp
|
| index 7748d080d02f80f5d209336759e9187a9a91477c..42e991068f474dde5284b89209f67fd0cdacb998 100644
|
| --- a/sky/engine/core/dom/TextLinkColors.cpp
|
| +++ b/sky/engine/core/dom/TextLinkColors.cpp
|
| @@ -25,12 +25,12 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/dom/TextLinkColors.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/dom/TextLinkColors.h"
|
|
|
| -#include "core/css/CSSPrimitiveValue.h"
|
| -#include "core/rendering/RenderTheme.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/core/css/CSSPrimitiveValue.h"
|
| +#include "sky/engine/core/rendering/RenderTheme.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|