| Index: third_party/WebKit/Source/core/page/TouchAdjustment.h
|
| diff --git a/third_party/WebKit/Source/core/page/TouchAdjustment.h b/third_party/WebKit/Source/core/page/TouchAdjustment.h
|
| index 02be27e903940bad3eed9fed4b2fca6e08db6ccc..2283c57b94af7e8a5df2863a6c1827612e63a83f 100644
|
| --- a/third_party/WebKit/Source/core/page/TouchAdjustment.h
|
| +++ b/third_party/WebKit/Source/core/page/TouchAdjustment.h
|
| @@ -23,8 +23,8 @@
|
| #include "platform/geometry/IntPoint.h"
|
| #include "platform/geometry/IntRect.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|