| Index: third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| diff --git a/third_party/WebKit/Source/core/style/StyleMultiColData.h b/third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| index 0438d2cd2c9a9256a64a9a36d7b711d422caee42..96c5f536544efa1c07135e646f0bc0384612e6e3 100644
|
| --- a/third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| +++ b/third_party/WebKit/Source/core/style/StyleMultiColData.h
|
| @@ -28,8 +28,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/style/BorderValue.h"
|
| #include "core/style/ComputedStyleConstants.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefCounted.h"
|
|
|
| namespace blink {
|
|
|
|
|