| Index: third_party/WebKit/Source/core/css/CSSGradientValue.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSGradientValue.h b/third_party/WebKit/Source/core/css/CSSGradientValue.h
|
| index 29bf87eb0e2ddcf424bd06b06f3f3be65ce8d1cc..4769d7b57660655e0cf270723dbe231733b56802 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSGradientValue.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSGradientValue.h
|
| @@ -29,8 +29,8 @@
|
| #include "core/css/CSSIdentifierValue.h"
|
| #include "core/css/CSSImageGeneratorValue.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|