| Index: third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp b/third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp
|
| index 0b12a0133d0226bd6651a66f640686c6c52bf97d..86300708671932cdc5d2040cbadb71eb7c19a40f 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebFileSystemCallbacks.cpp
|
| @@ -30,6 +30,7 @@
|
|
|
| #include "public/platform/WebFileSystemCallbacks.h"
|
|
|
| +#include <memory>
|
| #include "platform/AsyncFileSystemCallbacks.h"
|
| #include "platform/FileMetadata.h"
|
| #include "public/platform/WebFileInfo.h"
|
| @@ -40,7 +41,6 @@
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/RefCounted.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|