| 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 ade83092ab78793384451ec577c940d1309c09f9..75f52adf817701c20154f98716d640ab324a09e7 100644
|
| --- a/chrome/browser/chromeos/drive/sync/entry_update_performer.h
|
| +++ b/chrome/browser/chromeos/drive/sync/entry_update_performer.h
|
| @@ -10,7 +10,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 ScopedClosureRunner;
|
| @@ -74,7 +74,7 @@ class EntryUpdatePerformer {
|
| const FileOperationCallback& callback,
|
| const std::string& local_id,
|
| scoped_ptr<base::ScopedClosureRunner> loader_lock,
|
| - google_apis::GDataErrorCode status,
|
| + google_apis::DriveApiErrorCode status,
|
| scoped_ptr<google_apis::FileResource> entry);
|
|
|
| // Part of UpdateEntry(). Called after FinishUpdate is completed.
|
|
|