| 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 3979e6d34dcfa77621dd7a163bc36b4856b3a247..4f934ba9df1a5096f317abe8593d145fdef6fd01 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef LocalFileSystem_h
|
| #define LocalFileSystem_h
|
|
|
| +#include <memory>
|
| #include "core/frame/LocalFrame.h"
|
| #include "core/workers/WorkerClients.h"
|
| #include "platform/FileSystemType.h"
|
| @@ -38,7 +39,6 @@
|
| #include "platform/heap/Handle.h"
|
| #include "wtf/Forward.h"
|
| #include "wtf/Functional.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|