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

Unified Diff: Source/platform/blob/BlobURL.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.h ('k') | Source/platform/exported/WebBlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blob/BlobURL.cpp
diff --git a/Source/core/fileapi/BlobURL.cpp b/Source/platform/blob/BlobURL.cpp
similarity index 98%
rename from Source/core/fileapi/BlobURL.cpp
rename to Source/platform/blob/BlobURL.cpp
index d6900555a25d072e2853ea4ddb70ca8751bb21fd..999cc1440ac650087d5257ed9f997e78bf4f118f 100644
--- a/Source/core/fileapi/BlobURL.cpp
+++ b/Source/platform/blob/BlobURL.cpp
@@ -29,8 +29,7 @@
*/
#include "config.h"
-
-#include "core/fileapi/BlobURL.h"
+#include "platform/blob/BlobURL.h"
#include "platform/UUID.h"
#include "weborigin/KURL.h"
« no previous file with comments | « Source/platform/blob/BlobURL.h ('k') | Source/platform/exported/WebBlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698