| Index: chrome/browser/chromeos/gdata/gdata_sync_client.h
|
| diff --git a/chrome/browser/chromeos/gdata/gdata_sync_client.h b/chrome/browser/chromeos/gdata/gdata_sync_client.h
|
| index 0b8cf849ea6e0e7a9f5d44afd255231aad6ed7e0..d4ab5884414c4d237592425e8a1edd1435992cc1 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_sync_client.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_sync_client.h
|
| @@ -143,13 +143,13 @@ class GDataSyncClient : public GDataFileSystemInterface::Observer,
|
| void OnGetEntryInfoByResourceId(const std::string& resource_id,
|
| GDataFileError error,
|
| const FilePath& file_path,
|
| - scoped_ptr<GDataEntryProto> entry_proto);
|
| + scoped_ptr<DriveEntryProto> entry_proto);
|
|
|
| // Called when a cache entry is obtained.
|
| void OnGetCacheEntry(const std::string& resource_id,
|
| const std::string& latest_md5,
|
| bool success,
|
| - const GDataCacheEntry& cache_entry);
|
| + const DriveCacheEntry& cache_entry);
|
|
|
| // Called when an existing cache entry and the local files are removed.
|
| void OnRemove(GDataFileError error,
|
|
|