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

Unified Diff: webkit/browser/fileapi/file_system_operation_runner.h

Issue 16311010: Make FileSystemOperation::Write take closure-friendly parameters (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: webkit/browser/fileapi/file_system_operation_runner.h
diff --git a/webkit/browser/fileapi/file_system_operation_runner.h b/webkit/browser/fileapi/file_system_operation_runner.h
index 41e33000814c3b80e6c4fd72339746fe67fcc289..4f2c927402830eb49409d2fd302db83c04b8275c 100644
--- a/webkit/browser/fileapi/file_system_operation_runner.h
+++ b/webkit/browser/fileapi/file_system_operation_runner.h
@@ -15,6 +15,10 @@
#include "webkit/browser/fileapi/file_system_url.h"
#include "webkit/storage/webkit_storage_export.h"
+namespace net {
+class URLRequestContext;
+}
+
namespace fileapi {
class FileSystemURL;

Powered by Google App Engine
This is Rietveld 408576698