| 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..d2b3c1b697fcb05554e4eca2a7cdca26a45f92d2 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_file_system_interface.h
|
| @@ -17,9 +17,9 @@
|
| namespace gdata {
|
|
|
| class DocumentEntry;
|
| -class GDataDirectoryProto;
|
| -class GDataEntryProto;
|
| -class GDataFileProto;
|
| +class DriveEntryProto;
|
| +
|
| +typedef std::vector<DriveEntryProto> DriveEntryProtoVector;
|
|
|
| // Information about search result returned by Search Async callback.
|
| // This is data needed to create a file system entry that will be used by file
|
| @@ -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.
|
|
|