| Index: third_party/WebKit/Source/platform/geometry/DoubleRect.h
|
| diff --git a/third_party/WebKit/Source/platform/geometry/DoubleRect.h b/third_party/WebKit/Source/platform/geometry/DoubleRect.h
|
| index b3ce9fea4cb00c90b0a8a1ae9832dfa3b1f64298..0d39eb96482213bdf3e3f37cfe96ba0b815607bb 100644
|
| --- a/third_party/WebKit/Source/platform/geometry/DoubleRect.h
|
| +++ b/third_party/WebKit/Source/platform/geometry/DoubleRect.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "platform/geometry/DoublePoint.h"
|
| #include "platform/geometry/DoubleSize.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|