| Index: third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp b/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp
|
| index 4218fe86213a2ca6e95422da8325b9b02d1f0e0f..5f4bf73f8859b7c2e1e89e30a17e806e9a813e4a 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp
|
| +++ b/third_party/WebKit/Source/modules/filesystem/WorkerGlobalScopeFileSystem.cpp
|
| @@ -27,6 +27,7 @@
|
|
|
| #include "modules/filesystem/WorkerGlobalScopeFileSystem.h"
|
|
|
| +#include <memory>
|
| #include "bindings/core/v8/ExceptionState.h"
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/fileapi/FileError.h"
|
| @@ -41,7 +42,6 @@
|
| #include "modules/filesystem/SyncCallbackHelper.h"
|
| #include "platform/FileSystemType.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|