Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(264)

Unified Diff: third_party/WebKit/Source/core/exported/WebBlob.cpp

Issue 2831503002: Move WebBlob.cpp from web/ -> core/exported/. (Closed)
Patch Set: Fix indentation. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/exported/DEPS ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « third_party/WebKit/Source/core/exported/DEPS ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698