| Index: third_party/WebKit/Source/core/css/CSSValuePool.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSValuePool.h b/third_party/WebKit/Source/core/css/CSSValuePool.h
|
| index 001fde0f727b24edd75f9e5a5a84ee8c1878272f..fed350701d92aacbc6ccd5ce35e6c72c09f4f978 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSValuePool.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSValuePool.h
|
| @@ -38,9 +38,9 @@
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/CSSUnsetValue.h"
|
| #include "core/css/CSSValueList.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/AtomicStringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|