| 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;
|
|
|
|
|