| Index: third_party/WebKit/Source/core/layout/HitTestResult.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestResult.h b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| index afa77ea2477ee1b6b6a0bef9e804f9e99a741ab1..685f1f0f6f6246d61e20ec874d314a110fb0c768 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestResult.h
|
| @@ -30,9 +30,9 @@
|
| #include "platform/geometry/FloatRect.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/text/TextDirection.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/VectorTraits.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
| +#include "platform/wtf/VectorTraits.h"
|
|
|
| namespace blink {
|
|
|
|
|