| Index: third_party/WebKit/Source/core/style/BasicShapes.h
|
| diff --git a/third_party/WebKit/Source/core/style/BasicShapes.h b/third_party/WebKit/Source/core/style/BasicShapes.h
|
| index 9e658e952c1bf3031313a69d32e91ddc809be3f8..fef20d61d315d7ab40dcfc25586c5842674cd4e5 100644
|
| --- a/third_party/WebKit/Source/core/style/BasicShapes.h
|
| +++ b/third_party/WebKit/Source/core/style/BasicShapes.h
|
| @@ -35,10 +35,10 @@
|
| #include "platform/Length.h"
|
| #include "platform/LengthSize.h"
|
| #include "platform/graphics/GraphicsTypes.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|