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

Unified Diff: webkit/fileapi/file_writer_delegate.h

Issue 10447055: Move fileapi into its own component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 years, 7 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_writer.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 e2bf74dcdae141424487895fc99a7972834b5dc7..90cc577126520188993b4e5e51b15a82a499837a 100644
--- a/webkit/fileapi/file_writer_delegate.h
+++ b/webkit/fileapi/file_writer_delegate.h
@@ -13,6 +13,7 @@
#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_interface.h"
#include "webkit/fileapi/file_system_path.h"
@@ -22,7 +23,8 @@ class FileSystemOperationContext;
class FileSystemQuotaUtil;
class FileWriter;
-class FileWriterDelegate : public net::URLRequest::Delegate {
+class FILEAPI_EXPORT_PRIVATE FileWriterDelegate
+ : public net::URLRequest::Delegate {
public:
FileWriterDelegate(
const FileSystemOperationInterface::WriteCallback& write_callback,
« no previous file with comments | « webkit/fileapi/file_writer.h ('k') | webkit/fileapi/fileapi_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698