| Index: third_party/WebKit/Source/core/layout/HitTestCache.h
|
| diff --git a/third_party/WebKit/Source/core/layout/HitTestCache.h b/third_party/WebKit/Source/core/layout/HitTestCache.h
|
| index a85eae9037447e846dce92968559809fbb811578..7374f2ac23d125c881af19718d22997d86a99d14 100644
|
| --- a/third_party/WebKit/Source/core/layout/HitTestCache.h
|
| +++ b/third_party/WebKit/Source/core/layout/HitTestCache.h
|
| @@ -8,8 +8,8 @@
|
| #include "core/CoreExport.h"
|
| #include "core/layout/HitTestResult.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|