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..a467368857757749233612b2aed9f62c7dd99971 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; |
+ |
+ explicit 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); |