| Index: third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestRequest.h b/third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| index 2004d0766a4084f613ab116f178e6b50242f2e3c..9d80ad465c6bc3d4f6ec6d43cbe42fa94db3ea32 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestRequest.h
|
| @@ -23,8 +23,8 @@
|
| #ifndef HitTestRequest_h
|
| #define HitTestRequest_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|