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

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

Issue 18344013: fileapi: Rename FileSystemMountProvider to FileSystemBackend (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..cb856477ee4ae7b1f4dfc2607405cfca5fdd0246 100644
--- a/chrome/browser/chromeos/fileapi/remote_file_system_operation.h
+++ b/chrome/browser/chromeos/fileapi/remote_file_system_operation.h
@@ -77,7 +77,7 @@ class RemoteFileSystemOperation
const SnapshotFileCallback& callback) OVERRIDE;
private:
- friend class CrosMountPointProvider;
+ friend class FileSystemBackend;
RemoteFileSystemOperation(
scoped_refptr<fileapi::RemoteFileSystemProxyInterface> remote_proxy);

Powered by Google App Engine
This is Rietveld 408576698