| Index: third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/DoubleSize.h b/third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| index 0fc7ec9c4a6092a97ad0516859829ed039644f7c..dbd6c93ec9fad1f1d553c455b57b2dce2d581fc5 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/DoubleSize.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include "platform/geometry/FloatSize.h"
|
| #include "platform/geometry/IntSize.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/MathExtras.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/MathExtras.h"
|
|
|
| namespace blink {
|
|
|
|
|