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

Unified Diff: Source/platform/exported/WebThreadSafeData.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/exported/WebBlobData.cpp ('k') | Source/web/WebBlob.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebThreadSafeData.cpp
diff --git a/Source/core/platform/chromium/support/WebThreadSafeData.cpp b/Source/platform/exported/WebThreadSafeData.cpp
similarity index 98%
rename from Source/core/platform/chromium/support/WebThreadSafeData.cpp
rename to Source/platform/exported/WebThreadSafeData.cpp
index a53e36674a2027f849238c85ce27b83e1f2eb7b8..3018d65cd0640d2e646d019f580479a5c4c546b0 100644
--- a/Source/core/platform/chromium/support/WebThreadSafeData.cpp
+++ b/Source/platform/exported/WebThreadSafeData.cpp
@@ -31,7 +31,7 @@
#include "config.h"
#include "public/platform/WebThreadSafeData.h"
-#include "core/platform/network/BlobData.h"
+#include "platform/blob/BlobData.h"
using namespace WebCore;
« no previous file with comments | « Source/platform/exported/WebBlobData.cpp ('k') | Source/web/WebBlob.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698