| Index: third_party/WebKit/Source/core/page/DragData.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/DragData.cpp b/third_party/WebKit/Source/core/page/DragData.cpp
|
| index a992c95d78e0e2e2b7405d821d5672e14e3d7d66..0f0dbe28c30db3cd20586c90bd7041a791668861 100644
|
| --- a/third_party/WebKit/Source/core/page/DragData.cpp
|
| +++ b/third_party/WebKit/Source/core/page/DragData.cpp
|
| @@ -34,7 +34,7 @@
|
| #include "platform/FileMetadata.h"
|
| #include "platform/clipboard/ClipboardMimeTypes.h"
|
| #include "platform/weborigin/KURL.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|