| Index: chrome/browser/chromeos/gdata/drive_file_system_proxy.h
|
| diff --git a/chrome/browser/chromeos/gdata/drive_file_system_proxy.h b/chrome/browser/chromeos/gdata/drive_file_system_proxy.h
|
| index e7262f6756de60b00e1cb865deccf3d788bcaccd..89a8704c68bd4700402f4f2a25c7152f9c5cdcb8 100644
|
| --- a/chrome/browser/chromeos/gdata/drive_file_system_proxy.h
|
| +++ b/chrome/browser/chromeos/gdata/drive_file_system_proxy.h
|
| @@ -23,7 +23,7 @@ typedef std::vector<DriveEntryProto> DriveEntryProtoVector;
|
| // Implementation of File API's remote file system proxy for Drive file system.
|
| class DriveFileSystemProxy : public fileapi::RemoteFileSystemProxyInterface {
|
| public:
|
| - // |file_system| is the DriveFileSystem instance owned by GDataSystemService.
|
| + // |file_system| is the DriveFileSystem instance owned by DriveSystemService.
|
| explicit DriveFileSystemProxy(DriveFileSystemInterface* file_system);
|
|
|
| // fileapi::RemoteFileSystemProxyInterface overrides.
|
|
|