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 392bfa072fbb9479ce43f448f015c430315f6eb4..d4f33738d8156e17f8c5afdfd69928d31204120c 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 { |