summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_operation_context.h
diff options
context:
space:
mode:
authorbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 08:14:27 +0000
committerbenwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-30 08:14:27 +0000
commit0b38b4e5f4937528241ee5004d3bf953629a875b (patch)
tree19b83430989f97ac61262eec21e9fc09973aa28e /webkit/fileapi/file_system_operation_context.h
parent26d35e56c0ed0cc8b4eb3af0096c6c630bb934dc (diff)
downloadchromium_src-0b38b4e5f4937528241ee5004d3bf953629a875b.zip
chromium_src-0b38b4e5f4937528241ee5004d3bf953629a875b.tar.gz
chromium_src-0b38b4e5f4937528241ee5004d3bf953629a875b.tar.bz2
Move fileapi into its own component
Before this change fileapi is a static library. As it has static data, this causes problems when used from multiple components like chrome and content. BUG=129885 TEST=Existing tests Review URL: https://chromiumcodereview.appspot.com/10447055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/file_system_operation_context.h')
-rw-r--r--webkit/fileapi/file_system_operation_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/webkit/fileapi/file_system_operation_context.h b/webkit/fileapi/file_system_operation_context.h
index 06a2ff2..1cb51b9 100644
--- a/webkit/fileapi/file_system_operation_context.h
+++ b/webkit/fileapi/file_system_operation_context.h
@@ -8,6 +8,8 @@
#include "base/logging.h"
#include "base/memory/ref_counted.h"
#include "googleurl/src/gurl.h"
+#include "webkit/fileapi/fileapi_export.h"
+#include "webkit/fileapi/file_system_context.h"
#include "webkit/fileapi/file_system_file_util.h"
#include "webkit/fileapi/file_system_types.h"
@@ -17,9 +19,7 @@ class SequencedTaskRunner;
namespace fileapi {
-class FileSystemContext;
-
-class FileSystemOperationContext {
+class FILEAPI_EXPORT_PRIVATE FileSystemOperationContext {
public:
explicit FileSystemOperationContext(FileSystemContext* context);
~FileSystemOperationContext();