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

Unified Diff: chrome/browser/chromeos/drive/file_system_proxy.h

Issue 15768004: drive: Rename drive::DriveFileSystemTest to drive::FileSystemTest (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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/drive/file_system_proxy.h
diff --git a/chrome/browser/chromeos/drive/file_system_proxy.h b/chrome/browser/chromeos/drive/file_system_proxy.h
index 038f2621907c41d8303e880a3e1455aa5cd371bf..cfb6ced6211cae44da0f2104c7b3d90744d2e00c 100644
--- a/chrome/browser/chromeos/drive/file_system_proxy.h
+++ b/chrome/browser/chromeos/drive/file_system_proxy.h
@@ -19,7 +19,8 @@ class ResourceEntry;
typedef std::vector<ResourceEntry> ResourceEntryVector;
-// Implementation of File API's remote file system proxy for Drive file system.
+// Implementation of File API's remote file system proxy for Drive-backed
+// file system.
class FileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
public:
using fileapi::RemoteFileSystemProxyInterface::OpenFileCallback;
@@ -104,7 +105,7 @@ class FileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
static bool ValidateUrl(const fileapi::FileSystemURL& url,
base::FilePath* file_path);
- // Helper method to call methods of DriveFilesSystem. This method aborts
+ // Helper method to call methods of FileSystem. This method aborts
// method calls in case DetachFromFileSystem() has been called.
void CallFileSystemMethodOnUIThread(const base::Closure& method_call);
« no previous file with comments | « chrome/browser/chromeos/drive/drive_url_request_job_unittest.cc ('k') | chrome/browser/chromeos/drive/file_system_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698