| Index: third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| index 2730f4cd5ebeaad55ab0a9ce29338db9fe715485..c53a83bd1a82355872b16c6341dcacba6b4add2f 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPropertySourceData.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "core/css/StyleRule.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|