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

Unified Diff: chrome/browser/chromeos/gdata/drive_files.h

Issue 10874028: Rename GDataFileSystem* to DriveFileSystem* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 4 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/gdata/drive_files.h
diff --git a/chrome/browser/chromeos/gdata/drive_files.h b/chrome/browser/chromeos/gdata/drive_files.h
index ea28f373f2dbe52c79324c3b503e24ace8dd1c64..1c43a0763557d86c108e0abae526b75ad22aab19 100644
--- a/chrome/browser/chromeos/gdata/drive_files.h
+++ b/chrome/browser/chromeos/gdata/drive_files.h
@@ -117,7 +117,7 @@ class DriveEntry {
bool is_deleted() const { return deleted_; }
// Returns virtual file path representing this file system entry. This path
- // corresponds to file path expected by public methods of GDataFileSystem
+ // corresponds to file path expected by public methods of DriveFileSystem
// class.
FilePath GetFilePath() const;
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_file_system_unittest.cc ('k') | chrome/browser/chromeos/gdata/drive_task_executor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698