| Index: third_party/WebKit/Source/core/exported/WebBlob.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebBlob.cpp b/third_party/WebKit/Source/core/exported/WebBlob.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/web/WebBlob.cpp
|
| rename to third_party/WebKit/Source/core/exported/WebBlob.cpp
|
| index f09ad8594352b50297bf7b916e9698a1d531de33..36dfcddbf09e7a3f7c49e1e6eced53ea86343a3c 100644
|
| --- a/third_party/WebKit/Source/web/WebBlob.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebBlob.cpp
|
| @@ -30,12 +30,13 @@
|
|
|
| #include "public/web/WebBlob.h"
|
|
|
| +#include <memory>
|
| +
|
| #include "bindings/core/v8/V8Binding.h"
|
| #include "bindings/core/v8/V8Blob.h"
|
| #include "core/fileapi/Blob.h"
|
| #include "platform/FileMetadata.h"
|
| #include "platform/blob/BlobData.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|