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

Unified Diff: Source/platform/blob/BlobRegistry.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/BlobRegistry.h ('k') | Source/platform/blob/BlobURL.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobRegistry.cpp
diff --git a/Source/core/fileapi/BlobRegistry.cpp b/Source/platform/blob/BlobRegistry.cpp
similarity index 98%
rename from Source/core/fileapi/BlobRegistry.cpp
rename to Source/platform/blob/BlobRegistry.cpp
index bae718f11d4a97f146cbb87bdc4dda050e9d04db..1bf394390543bcb267c2e9e02073ab332b5fdb3a 100644
--- a/Source/core/fileapi/BlobRegistry.cpp
+++ b/Source/platform/blob/BlobRegistry.cpp
@@ -29,10 +29,10 @@
*/
#include "config.h"
-#include "core/fileapi/BlobRegistry.h"
+#include "platform/blob/BlobRegistry.h"
-#include "core/fileapi/BlobURL.h"
-#include "core/platform/network/BlobData.h"
+#include "platform/blob/BlobData.h"
+#include "platform/blob/BlobURL.h"
#include "public/platform/Platform.h"
#include "public/platform/WebBlobData.h"
#include "public/platform/WebBlobRegistry.h"
« no previous file with comments | « Source/platform/blob/BlobRegistry.h ('k') | Source/platform/blob/BlobURL.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698