| Index: chrome/browser/chromeos/drive/sync/entry_revert_performer.h
|
| diff --git a/chrome/browser/chromeos/drive/sync/entry_revert_performer.h b/chrome/browser/chromeos/drive/sync/entry_revert_performer.h
|
| index db49899cd19c52f89409f1f7fbfb26c63a4d1403..e022b266dbbdfde2b4965056d699ea4aebc6ffbd 100644
|
| --- a/chrome/browser/chromeos/drive/sync/entry_revert_performer.h
|
| +++ b/chrome/browser/chromeos/drive/sync/entry_revert_performer.h
|
| @@ -12,7 +12,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/chromeos/drive/file_errors.h"
|
| -#include "google_apis/drive/gdata_errorcode.h"
|
| +#include "google_apis/drive/drive_api_error_codes.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -65,7 +65,7 @@ class EntryRevertPerformer {
|
| void RevertEntryAfterGetFileResource(
|
| const FileOperationCallback& callback,
|
| const std::string& local_id,
|
| - google_apis::GDataErrorCode status,
|
| + google_apis::DriveApiErrorCode status,
|
| scoped_ptr<google_apis::FileResource> entry);
|
|
|
| // Part of RevertEntry(). Called after local metadata is updated.
|
|
|