| Index: third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.h b/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.h
|
| index 02c5becb52ba452720516c5eeba03ed5aa81d2bb..8a46460afdeee59e452f0603e76defb0aee67fcd 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DraggedIsolatedFileSystemImpl.h
|
| @@ -35,8 +35,8 @@
|
| #include "core/clipboard/DraggedIsolatedFileSystem.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/heap/HeapAllocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|