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

Unified Diff: webkit/fileapi/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: Rename 'storage' to 'webkit_storage' 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/file_stream_writer.h
diff --git a/webkit/fileapi/file_stream_writer.h b/webkit/fileapi/file_stream_writer.h
index f3f63987e7164b8a932c30932a37f473172de923..edf9e8a4df930b852010e6061f10009330a58a9f 100644
--- a/webkit/fileapi/file_stream_writer.h
+++ b/webkit/fileapi/file_stream_writer.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "net/base/completion_callback.h"
-#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/storage/webkit_storage_export.h"
namespace net {
class IOBuffer;
@@ -16,7 +16,7 @@ class IOBuffer;
namespace fileapi {
// A generic interface for writing to a file-like object.
-class FILEAPI_EXPORT_PRIVATE FileStreamWriter {
+class WEBKIT_STORAGE_EXPORT_PRIVATE FileStreamWriter {
public:
// Closes the file. If there's an in-flight operation, it is canceled (i.e.,
// the callback function associated with the operation is not called).

Powered by Google App Engine
This is Rietveld 408576698