Chromium Code Reviews| Index: chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
| diff --git a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
| index 5f8949a8ecd617033ada51130981b3c7387638b3..be6db6c0bc9b4a7a787ca75b5ab591cc93c78636 100644 |
| --- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h |
| @@ -17,8 +17,8 @@ |
| namespace gdata { |
| class DocumentEntry; |
| -class GDataDirectoryProto; |
| -class GDataEntryProto; |
| +class DriveEntryProto; |
|
kinaba
2012/08/21 09:15:14
No declaration for DriveEntryProtoVector.
kochi
2012/08/21 09:37:34
Done.
|
| +class DriveDirectoryProto; |
|
kinaba
2012/08/21 09:15:14
DriveDirectoryProto is not used.
kochi
2012/08/21 09:37:34
Good catch! Done.
|
| class GDataFileProto; |
|
kinaba
2012/08/21 09:15:14
It seems GDataFileProto is obsolete. Please remove
kochi
2012/08/21 09:37:34
Done.
|
| // Information about search result returned by Search Async callback. |
| @@ -47,7 +47,7 @@ typedef base::Callback<void(GDataFileError error, |
| // |entries| are contents, both files and directories, of the directory. |
| typedef base::Callback<void(GDataFileError error, |
| bool hide_hosted_documents, |
| - scoped_ptr<GDataEntryProtoVector> entries)> |
| + scoped_ptr<DriveEntryProtoVector> entries)> |
| ReadDirectoryWithSettingCallback; |
| // Used to get drive content search results. |