| Index: chrome/browser/chromeos/drive/sync/remove_performer.h
|
| diff --git a/chrome/browser/chromeos/drive/sync/remove_performer.h b/chrome/browser/chromeos/drive/sync/remove_performer.h
|
| index 12d661eb7da1e52dd24aebb74482bf0ba86f9009..2cdcd798c1f4545da00e944885f5c5356c07b2b2 100644
|
| --- a/chrome/browser/chromeos/drive/sync/remove_performer.h
|
| +++ b/chrome/browser/chromeos/drive/sync/remove_performer.h
|
| @@ -17,7 +17,7 @@ class SequencedTaskRunner;
|
| }
|
|
|
| namespace google_apis {
|
| -class ResourceEntry;
|
| +class FileResource;
|
| }
|
|
|
| namespace drive {
|
| @@ -80,12 +80,12 @@ class RemovePerformer {
|
| const std::string& local_id);
|
|
|
| // Part of UnparentResource().
|
| - void UnparentResourceAfterGetResourceEntry(
|
| + void UnparentResourceAfterGetFileResource(
|
| const ClientContext& context,
|
| const FileOperationCallback& callback,
|
| const std::string& local_id,
|
| google_apis::GDataErrorCode status,
|
| - scoped_ptr<google_apis::ResourceEntry> resource_entry);
|
| + scoped_ptr<google_apis::FileResource> file_resource);
|
|
|
| // Part of UnparentResource().
|
| void UnparentResourceAfterUpdateRemoteState(
|
|
|