| Index: Source/core/rendering/HitTestLocation.h
|
| diff --git a/Source/core/rendering/HitTestLocation.h b/Source/core/rendering/HitTestLocation.h
|
| index 3be7377b25ca1a0a4c4f126ead3ccb8f738bdf16..9812fc56d9b9f12b292e7ecc1055334774c16121 100644
|
| --- a/Source/core/rendering/HitTestLocation.h
|
| +++ b/Source/core/rendering/HitTestLocation.h
|
| @@ -22,10 +22,10 @@
|
| #ifndef HitTestLocation_h
|
| #define HitTestLocation_h
|
|
|
| -#include "core/platform/graphics/FloatQuad.h"
|
| -#include "core/platform/graphics/FloatRect.h"
|
| -#include "core/platform/graphics/LayoutRect.h"
|
| #include "core/platform/graphics/RoundedRect.h"
|
| +#include "platform/geometry/FloatQuad.h"
|
| +#include "platform/geometry/FloatRect.h"
|
| +#include "platform/geometry/LayoutRect.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/OwnPtr.h"
|
|
|