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

Unified Diff: webkit/fileapi/sandbox_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/obfuscated_file_util.h ('k') | webkit/fileapi/sandbox_mount_point_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/fileapi/sandbox_file_writer.h
diff --git a/webkit/fileapi/sandbox_file_writer.h b/webkit/fileapi/sandbox_file_writer.h
index 7f03a6c83677fe9ebe278f2874e41e5e33f78b17..40a7d9ef5748643a75200acc9280600015f3fb6f 100644
--- a/webkit/fileapi/sandbox_file_writer.h
+++ b/webkit/fileapi/sandbox_file_writer.h
@@ -9,6 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/platform_file.h"
#include "googleurl/src/gurl.h"
+#include "webkit/fileapi/fileapi_export.h"
#include "webkit/fileapi/file_system_types.h"
#include "webkit/fileapi/file_writer.h"
#include "webkit/quota/quota_types.h"
@@ -19,7 +20,7 @@ class FileSystemContext;
class FileSystemQuotaUtil;
class LocalFileWriter;
-class SandboxFileWriter : public FileWriter {
+class FILEAPI_EXPORT_PRIVATE SandboxFileWriter : public FileWriter {
public:
SandboxFileWriter(FileSystemContext* file_system_context,
const GURL& url,
« no previous file with comments | « webkit/fileapi/obfuscated_file_util.h ('k') | webkit/fileapi/sandbox_mount_point_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698