| Index: third_party/WebKit/Source/platform/graphics/Color.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/Color.h b/third_party/WebKit/Source/platform/graphics/Color.h
|
| index 1989c5d5b7984acecf432b717c534e687ef32310..db4f872a2e658a9215c5cb397ba6d5bf5d649184 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/Color.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/Color.h
|
| @@ -27,10 +27,10 @@
|
| #define Color_h
|
|
|
| #include "platform/animation/AnimationUtilities.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/StringView.h"
|
| -#include "wtf/text/Unicode.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/StringView.h"
|
| +#include "platform/wtf/text/Unicode.h"
|
|
|
| namespace blink {
|
|
|
|
|