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

Unified Diff: webkit/fileapi/local_file_writer.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/local_file_util.h ('k') | webkit/fileapi/native_file_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/local_file_writer.h
diff --git a/webkit/fileapi/local_file_writer.h b/webkit/fileapi/local_file_writer.h
index a16767a29e13ca84760fb1db13c01f085a3157e5..8037c8c89ae617befafa5c619e35b82a53805d43 100644
--- a/webkit/fileapi/local_file_writer.h
+++ b/webkit/fileapi/local_file_writer.h
@@ -14,6 +14,7 @@
#include "base/platform_file.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
+#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_writer.h"
namespace net {
@@ -23,7 +24,7 @@ class FileStream;
namespace fileapi {
// This class is a thin wrapper around net::FileStream for writing local files.
-class LocalFileWriter : public FileWriter {
+class FILEAPI_EXPORT_PRIVATE LocalFileWriter : public FileWriter {
public:
// Create a writer for the existing file in the path |file_path| starting from
// |initial_offset|.
« no previous file with comments | « webkit/fileapi/local_file_util.h ('k') | webkit/fileapi/native_file_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698