| Index: Source/core/page/TouchAdjustment.h
|
| diff --git a/Source/core/page/TouchAdjustment.h b/Source/core/page/TouchAdjustment.h
|
| index 16bfe856e1d5dfadb245f6f873e75a1dd21351bc..2bd66d637d6e016dc1d316ec47676eb50da37a99 100644
|
| --- a/Source/core/page/TouchAdjustment.h
|
| +++ b/Source/core/page/TouchAdjustment.h
|
| @@ -20,8 +20,8 @@
|
| #ifndef TouchAdjustment_h
|
| #define TouchAdjustment_h
|
|
|
| -#include "core/platform/graphics/IntPoint.h"
|
| -#include "core/platform/graphics/IntRect.h"
|
| +#include "platform/geometry/IntPoint.h"
|
| +#include "platform/geometry/IntRect.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
|
|