| Index: third_party/WebKit/Source/core/page/DragData.h
|
| diff --git a/third_party/WebKit/Source/core/page/DragData.h b/third_party/WebKit/Source/core/page/DragData.h
|
| index 4467c7620936364c6f0506e57aed3c30fd8d4298..8637943822eb0d1ebfb28089e92be804d10cb4bb 100644
|
| --- a/third_party/WebKit/Source/core/page/DragData.h
|
| +++ b/third_party/WebKit/Source/core/page/DragData.h
|
| @@ -30,9 +30,9 @@
|
| #include "core/page/DragActions.h"
|
| #include "platform/geometry/IntPoint.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|