| Index: chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| diff --git a/chrome/browser/chromeos/fileapi/remote_file_system_operation.h b/chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| index 95f1142294e18ee22ce724046360466554755f9b..336eeff72cb55927d4245247547620939775b26c 100644
|
| --- a/chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| +++ b/chrome/browser/chromeos/fileapi/remote_file_system_operation.h
|
| @@ -28,6 +28,10 @@ class RemoteFileSystemOperation
|
| public base::SupportsWeakPtr<RemoteFileSystemOperation> {
|
| public:
|
| typedef fileapi::FileWriterDelegate FileWriterDelegate;
|
| +
|
| + RemoteFileSystemOperation(
|
| + scoped_refptr<fileapi::RemoteFileSystemProxyInterface> remote_proxy);
|
| +
|
| virtual ~RemoteFileSystemOperation();
|
|
|
| // FileSystemOperation overrides.
|
| @@ -77,11 +81,6 @@ class RemoteFileSystemOperation
|
| const SnapshotFileCallback& callback) OVERRIDE;
|
|
|
| private:
|
| - friend class CrosMountPointProvider;
|
| -
|
| - RemoteFileSystemOperation(
|
| - scoped_refptr<fileapi::RemoteFileSystemProxyInterface> remote_proxy);
|
| -
|
| // Used only for internal assertions.
|
| // Returns false if there's another inflight pending operation.
|
| bool SetPendingOperationType(OperationType type);
|
|
|