| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| index 74dbc86db336559a9043937e06e384caeb6da5f6..9161a8b7381779b000812622e70bb28409126e5e 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "core/CSSPropertyNames.h"
|
| #include "core/css/CSSValue.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|