| Index: third_party/WebKit/Source/core/style/DataRef.h
|
| diff --git a/third_party/WebKit/Source/core/style/DataRef.h b/third_party/WebKit/Source/core/style/DataRef.h
|
| index 71074e13ac4070f0cd045c959e1b2973cd53943b..31b6840cea7fda5a6d4bc3d1d99bbd7141432905 100644
|
| --- a/third_party/WebKit/Source/core/style/DataRef.h
|
| +++ b/third_party/WebKit/Source/core/style/DataRef.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef DataRef_h
|
| #define DataRef_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|