| Index: third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSTestHelper.h b/third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| index 19b9bd5208e20bc99d93fb8f13717b0d0d8d8a18..e9949e2b73f03607b1368b0dac7c062c6de4bf9c 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSTestHelper.h
|
| @@ -31,8 +31,8 @@
|
| #define CSSTestHelper_h
|
|
|
| #include "core/css/RuleSet.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|