| Index: webkit/fileapi/file_system_operation_context.h
|
| diff --git a/webkit/fileapi/file_system_operation_context.h b/webkit/fileapi/file_system_operation_context.h
|
| index 06a2ff20f4bb2f2c319560a8780d1679b5e5ba7e..1cb51b9d44b03b639e776f9ec196c373fe071fcc 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();
|
|
|