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

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

Issue 14283012: Absolutify paths to fileapi/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: script 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/AsyncFileSystemChromium.cpp ('k') | Source/WebKit/chromium/src/WebBlob.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/AsyncFileWriterChromium.cpp
diff --git a/Source/WebKit/chromium/src/AsyncFileWriterChromium.cpp b/Source/WebKit/chromium/src/AsyncFileWriterChromium.cpp
index 28f20071b92f6097cb2aaeb50335d4960a1ee6ff..3cc204ce4cc5206b1de9ab3561d492444b7acb12 100644
--- a/Source/WebKit/chromium/src/AsyncFileWriterChromium.cpp
+++ b/Source/WebKit/chromium/src/AsyncFileWriterChromium.cpp
@@ -32,8 +32,8 @@
#include "AsyncFileWriterChromium.h"
#include "AsyncFileWriterClient.h"
-#include "Blob.h"
#include "WebFileWriter.h"
+#include "core/fileapi/Blob.h"
#include <public/WebURL.h>
namespace WebCore {
« no previous file with comments | « Source/WebKit/chromium/src/AsyncFileSystemChromium.cpp ('k') | Source/WebKit/chromium/src/WebBlob.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698