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

Unified Diff: Source/platform/blob/BlobData.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/BlobData.h ('k') | Source/platform/blob/BlobRegistry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobData.cpp
diff --git a/Source/core/platform/network/BlobData.cpp b/Source/platform/blob/BlobData.cpp
similarity index 97%
rename from Source/core/platform/network/BlobData.cpp
rename to Source/platform/blob/BlobData.cpp
index 2818372880e95d9900a1ee32ed8bfb8331cae381..ad99aad548c388c7218ad17555058ae25cc10b0e 100644
--- a/Source/core/platform/network/BlobData.cpp
+++ b/Source/platform/blob/BlobData.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/platform/network/BlobData.h"
+#include "platform/blob/BlobData.h"
-#include "core/fileapi/BlobRegistry.h"
#include "platform/UUID.h"
+#include "platform/blob/BlobRegistry.h"
#include "wtf/OwnPtr.h"
#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
« no previous file with comments | « Source/platform/blob/BlobData.h ('k') | Source/platform/blob/BlobRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698