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

Unified Diff: webkit/fileapi/file_writer_delegate.h

Issue 11103031: webkit: Merge blob and fileapi into one build target 'storage' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Leave *.gypi files in blob and fileapi Created 8 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 | « webkit/fileapi/file_util_helper.h ('k') | webkit/fileapi/fileapi_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/file_writer_delegate.h
diff --git a/webkit/fileapi/file_writer_delegate.h b/webkit/fileapi/file_writer_delegate.h
index 5629623afbeb55e0f4bcf38a6113747f0c4c5104..372ea5ac5002555d7da06f4cca9a6debf9f0d612 100644
--- a/webkit/fileapi/file_writer_delegate.h
+++ b/webkit/fileapi/file_writer_delegate.h
@@ -13,8 +13,8 @@
#include "net/base/file_stream.h"
#include "net/base/io_buffer.h"
#include "net/url_request/url_request.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_operation.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace fileapi {
@@ -22,7 +22,7 @@ class FileStreamWriter;
class FileSystemOperationContext;
class FileSystemQuotaUtil;
-class FILEAPI_EXPORT_PRIVATE FileWriterDelegate
+class WEBKIT_STORAGE_EXPORT_PRIVATE FileWriterDelegate
: public net::URLRequest::Delegate {
public:
enum WriteProgressStatus {
« no previous file with comments | « webkit/fileapi/file_util_helper.h ('k') | webkit/fileapi/fileapi_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698