| Index: third_party/WebKit/Source/core/dom/TextLinkColors.h
|
| diff --git a/third_party/WebKit/Source/core/dom/TextLinkColors.h b/third_party/WebKit/Source/core/dom/TextLinkColors.h
|
| index d946f120ec9a77e14419250ab62132c2077e9131..5326b89b7614b7c96ba73f0ae027da345b8b4d75 100644
|
| --- a/third_party/WebKit/Source/core/dom/TextLinkColors.h
|
| +++ b/third_party/WebKit/Source/core/dom/TextLinkColors.h
|
| @@ -31,8 +31,8 @@
|
| #define TextLinkColors_h
|
|
|
| #include "platform/graphics/Color.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
|
|
| namespace blink {
|
|
|
|
|