| Index: third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| index eb36853478ebb1e0ff32a461d85d6980b8068225..382ff384d6bfb8d9a99ed94d89f367de05db704e 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSPropertyMetadata.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|