| Index: third_party/WebKit/Source/core/paint/LayerHitTestRects.h
|
| diff --git a/third_party/WebKit/Source/core/paint/LayerHitTestRects.h b/third_party/WebKit/Source/core/paint/LayerHitTestRects.h
|
| index 65aaf2331e390b59c1e732afab9e6ae1c2056b41..cd4856919a49ddf4713750bc8cd0157d4ecde9f5 100644
|
| --- a/third_party/WebKit/Source/core/paint/LayerHitTestRects.h
|
| +++ b/third_party/WebKit/Source/core/paint/LayerHitTestRects.h
|
| @@ -6,8 +6,8 @@
|
| #define LayerHitTestRects_h
|
|
|
| #include "platform/geometry/LayoutRect.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|