Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: chrome/browser/chromeos/fileapi/remote_file_system_operation.h

Issue 18612002: Extract Drive related code to drive::MountPointProviderDelegate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/chromeos/fileapi/cros_mount_point_provider_unittest.cc ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698