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

Unified Diff: Source/WebKit/chromium/src/WebBlob.cpp

Issue 13840007: Absolutify paths to platform/network. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/WebKit/chromium/src/SharedWorkerRepository.cpp ('k') | Source/WebKit/chromium/src/WebBlobData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebBlob.cpp
diff --git a/Source/WebKit/chromium/src/WebBlob.cpp b/Source/WebKit/chromium/src/WebBlob.cpp
index 5466cbcf7bafc3f0b9a80a1dcfc6a0740831f4f6..79fe7f2d6ca95b394f2b7c90a2e1200ea8342f2a 100644
--- a/Source/WebKit/chromium/src/WebBlob.cpp
+++ b/Source/WebKit/chromium/src/WebBlob.cpp
@@ -32,8 +32,8 @@
#include "WebBlob.h"
#include "Blob.h"
-#include "BlobData.h"
#include "V8Blob.h"
+#include "core/platform/network/BlobData.h"
#include <wtf/PassOwnPtr.h>
using namespace WebCore;
« no previous file with comments | « Source/WebKit/chromium/src/SharedWorkerRepository.cpp ('k') | Source/WebKit/chromium/src/WebBlobData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698