| Index: storage/browser/fileapi/file_system_operation_context.h
|
| diff --git a/storage/browser/fileapi/file_system_operation_context.h b/storage/browser/fileapi/file_system_operation_context.h
|
| index 96563ad85fee9cc0260efb27f1753254ec9835dd..25fd5cfaca4b4af3f3112b598626ad63ec449b88 100644
|
| --- a/storage/browser/fileapi/file_system_operation_context.h
|
| +++ b/storage/browser/fileapi/file_system_operation_context.h
|
| @@ -26,7 +26,7 @@ class FileSystemContext;
|
| // the same context (e.g. use the same task runner, share the quota etc).
|
| // Note that the remaining quota bytes (allowed_bytes_growth) may be
|
| // updated during the execution of write operations.
|
| -class STORAGE_EXPORT_PRIVATE FileSystemOperationContext
|
| +class STORAGE_EXPORT FileSystemOperationContext
|
| : public base::SupportsUserData {
|
| public:
|
| explicit FileSystemOperationContext(FileSystemContext* context);
|
|
|