| Index: chrome/browser/chromeos/gdata/operation_runner.h
|
| diff --git a/chrome/browser/chromeos/gdata/operation_runner.h b/chrome/browser/chromeos/gdata/operation_runner.h
|
| index dfb9eb71c2cdf6fa10fbbd1da53874cbbd909882..ca533be2ec420f0bc52a4a33483c3a65a9858eb6 100644
|
| --- a/chrome/browser/chromeos/gdata/operation_runner.h
|
| +++ b/chrome/browser/chromeos/gdata/operation_runner.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "chrome/browser/chromeos/gdata/auth_service.h"
|
| -#include "chrome/browser/chromeos/gdata/gdata_errorcode.h"
|
| +#include "chrome/browser/chromeos/gdata/drive_errorcode.h"
|
|
|
| class Profile;
|
|
|
| @@ -53,7 +53,7 @@ class OperationRunner : public AuthService::Observer {
|
|
|
| // Called when the authentication token is refreshed.
|
| void OnOperationAuthRefresh(GDataOperationInterface* operation,
|
| - GDataErrorCode error,
|
| + DriveErrorCode error,
|
| const std::string& auth_token);
|
|
|
| // Clears any authentication token and retries the operation, which
|
|
|