| 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 e1fd9fcd9265071352ade059d312b30ec0c18d2c..0c63eb0deb4617fe2402bbace0f03e66947f7c6a 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.
|
|
|