| Index: third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| index 737838ca9f2200010daf5a74893292ca07aee4e6..49ed927c4208ee324981a9091746ef9da161f2db 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| @@ -31,14 +31,14 @@
|
| #ifndef LocalFileSystem_h
|
| #define LocalFileSystem_h
|
|
|
| +#include <memory>
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/workers/WorkerClients.h"
|
| #include "platform/FileSystemType.h"
|
| #include "platform/Supplementable.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Functional.h"
|
| -#include <memory>
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Functional.h"
|
|
|
| namespace blink {
|
|
|
|
|