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

Unified Diff: Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.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/WorkerAsyncFileSystemChromium.cpp ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.cpp
diff --git a/Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.cpp b/Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.cpp
index eca174b5c6a2acf9c318f1f89b17f8aeda44333e..2bd44bfca67d17dbf50a9772ef37b1b92fd510b5 100644
--- a/Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.cpp
+++ b/Source/WebKit/chromium/src/WorkerAsyncFileWriterChromium.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "WorkerAsyncFileWriterChromium.h"
-#include "Blob.h"
#include "WebFileWriter.h"
#include "WebWorkerBase.h"
#include "WorkerContext.h"
@@ -39,6 +38,7 @@
#include "WorkerLoaderProxy.h"
#include "WorkerThread.h"
#include "core/dom/ScriptExecutionContext.h"
+#include "core/fileapi/Blob.h"
#include "core/platform/AsyncFileSystem.h"
#include <public/WebFileSystem.h>
#include <public/WebURL.h>
« no previous file with comments | « Source/WebKit/chromium/src/WorkerAsyncFileSystemChromium.cpp ('k') | Source/core/core.gyp/core.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698