| Index: chrome/browser/chromeos/drive/sync/entry_update_performer.h
|
| diff --git a/chrome/browser/chromeos/drive/sync/entry_update_performer.h b/chrome/browser/chromeos/drive/sync/entry_update_performer.h
|
| index d8a9c60548fbfc6b5f714c8b28b5617ed65be7af..51aa6022d76aa1249d03f0213568ecdef67d4b4b 100644
|
| --- a/chrome/browser/chromeos/drive/sync/entry_update_performer.h
|
| +++ b/chrome/browser/chromeos/drive/sync/entry_update_performer.h
|
| @@ -18,7 +18,7 @@ class SequencedTaskRunner;
|
| } // namespace base
|
|
|
| namespace google_apis {
|
| -class ResourceEntry;
|
| +class FileResource;
|
| } // namespace google_apis
|
|
|
| namespace drive {
|
| @@ -74,7 +74,7 @@ class EntryUpdatePerformer {
|
| const std::string& local_id,
|
| scoped_ptr<base::ScopedClosureRunner> loader_lock,
|
| google_apis::GDataErrorCode status,
|
| - scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
| + scoped_ptr<google_apis::FileResource> entry);
|
|
|
| // Part of UpdateEntry(). Called after FinishUpdate is completed.
|
| void UpdateEntryAfterFinish(const FileOperationCallback& callback,
|
|
|