| 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 af559cb6736b594783a1bb2734f287fab702b003..0370ccc98da5cdd96a57234bfffe0b9ffa139c0b 100644
|
| --- a/chrome/browser/chromeos/gdata/gdata_sync_client.h
|
| +++ b/chrome/browser/chromeos/gdata/gdata_sync_client.h
|
| @@ -160,7 +160,7 @@ class GDataSyncClient
|
| void OnGetCacheEntry(const std::string& resource_id,
|
| const std::string& latest_md5,
|
| bool success,
|
| - const GDataCache::CacheEntry& cache_entry);
|
| + const GDataCacheEntry& cache_entry);
|
|
|
| // Called when an existing cache entry and the local files are removed.
|
| void OnRemove(base::PlatformFileError error,
|
|
|