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

Unified Diff: webkit/fileapi/sandbox_file_stream_writer.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: _ 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
Index: webkit/fileapi/sandbox_file_stream_writer.h
diff --git a/webkit/fileapi/sandbox_file_stream_writer.h b/webkit/fileapi/sandbox_file_stream_writer.h
index 55067e75abcfffbcacacd760e619311fda9ad821..c9ed2271fbeebb38e02fc40784ae525482fc1388 100644
--- a/webkit/fileapi/sandbox_file_stream_writer.h
+++ b/webkit/fileapi/sandbox_file_stream_writer.h
@@ -12,9 +12,9 @@
#include "webkit/fileapi/file_stream_writer.h"
#include "webkit/fileapi/file_system_types.h"
#include "webkit/fileapi/file_system_url.h"
-#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/task_runner_bound_observer_list.h"
#include "webkit/quota/quota_types.h"
+#include "webkit/storage/storage_export.h"
namespace fileapi {
@@ -22,7 +22,7 @@ class FileSystemContext;
class FileSystemQuotaUtil;
class LocalFileStreamWriter;
-class FILEAPI_EXPORT_PRIVATE SandboxFileStreamWriter : public FileStreamWriter {
+class STORAGE_EXPORT_PRIVATE SandboxFileStreamWriter : public FileStreamWriter {
public:
SandboxFileStreamWriter(FileSystemContext* file_system_context,
const FileSystemURL& url,

Powered by Google App Engine
This is Rietveld 408576698