From bcded8d54cc4b84af71fcf56fbfccfe3820bff6c Mon Sep 17 00:00:00 2001 From: "hashimoto@chromium.org" Date: Thu, 18 Oct 2012 09:09:04 +0000 Subject: webkit: Merge blob and fileapi into one build target 'webkit_storage' Replace build targets 'blob' and 'fileapi' with newly introduced 'webkit_storage' Introduce a new directory webkit/storage to host webkit_storage.gypi and webkit_storage_export.h Replace BLOB_EXPORT and FILEAPI_EXPORT with WEBKIT_STORAGE_EXPORT BUG=155242 TEST=build TBR=darin@chromium.org, piman@chromium.org Review URL: https://chromiumcodereview.appspot.com/11103031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162679 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/fileapi/file_writer_delegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webkit/fileapi/file_writer_delegate.h') diff --git a/webkit/fileapi/file_writer_delegate.h b/webkit/fileapi/file_writer_delegate.h index 5629623..372ea5a 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 { -- cgit v1.1