Index: third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h |
diff --git a/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h b/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h |
index 68b754791075baa2c10bd36a894aebd13ee3e678..e406496623fe77c7cab57fdab6cb2c1efac5781c 100644 |
--- a/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h |
+++ b/third_party/WebKit/Source/platform/AsyncFileSystemCallbacks.h |
@@ -31,6 +31,7 @@ |
#ifndef AsyncFileSystemCallbacks_h |
#define AsyncFileSystemCallbacks_h |
+#include <memory> |
#include "platform/FileMetadata.h" |
#include "platform/FileSystemType.h" |
#include "platform/blob/BlobData.h" |
@@ -39,7 +40,6 @@ |
#include "wtf/Assertions.h" |
#include "wtf/Noncopyable.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace blink { |