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

Unified Diff: Source/platform/exported/WebBlobData.cpp

Issue 26283005: Move blob-related code to platform/blob (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix win build Created 7 years, 2 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 | « Source/platform/blob/BlobURL.cpp ('k') | Source/platform/exported/WebThreadSafeData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebBlobData.cpp
diff --git a/Source/web/WebBlobData.cpp b/Source/platform/exported/WebBlobData.cpp
similarity index 98%
rename from Source/web/WebBlobData.cpp
rename to Source/platform/exported/WebBlobData.cpp
index 2e4a8fd8b75e94ff2bcdad9b5a967957ef20a259..fe6d90a6febd942293656f228d46272f2da6235e 100644
--- a/Source/web/WebBlobData.cpp
+++ b/Source/platform/exported/WebBlobData.cpp
@@ -30,9 +30,9 @@
*/
#include "config.h"
-
-#include "core/platform/network/BlobData.h"
#include "public/platform/WebBlobData.h"
+
+#include "platform/blob/BlobData.h"
#include "wtf/PassOwnPtr.h"
using namespace WebCore;
« no previous file with comments | « Source/platform/blob/BlobURL.cpp ('k') | Source/platform/exported/WebThreadSafeData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698