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

Unified Diff: Source/web/WebBlob.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/WebThreadSafeData.cpp ('k') | Source/web/WebBlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebBlob.cpp
diff --git a/Source/web/WebBlob.cpp b/Source/web/WebBlob.cpp
index c3936a2e973bb4963f4dbff8531b7cc1b1acc467..66ccc960f1fbdff553f296b06dd2357c81d1acb4 100644
--- a/Source/web/WebBlob.cpp
+++ b/Source/web/WebBlob.cpp
@@ -34,7 +34,7 @@
#include "V8Blob.h"
#include "bindings/v8/V8Binding.h"
#include "core/fileapi/Blob.h"
-#include "core/platform/network/BlobData.h"
+#include "platform/blob/BlobData.h"
#include "wtf/PassOwnPtr.h"
using namespace WebCore;
« no previous file with comments | « Source/platform/exported/WebThreadSafeData.cpp ('k') | Source/web/WebBlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698