| Index: google_apis/drive/auth_service.h
|
| diff --git a/google_apis/drive/auth_service.h b/google_apis/drive/auth_service.h
|
| index 381abebc51750bbcdd17cea9d53f749a2d18a918..50f3b9fa76275df4ebab32b57cd2d8b7fa57f439 100644
|
| --- a/google_apis/drive/auth_service.h
|
| +++ b/google_apis/drive/auth_service.h
|
| @@ -60,7 +60,7 @@ class AuthService : public AuthServiceInterface,
|
| // Called when authentication request from StartAuthentication() is
|
| // completed.
|
| void OnAuthCompleted(const AuthStatusCallback& callback,
|
| - GDataErrorCode error,
|
| + DriveApiErrorCode error,
|
| const std::string& access_token);
|
|
|
| OAuth2TokenService* oauth2_token_service_;
|
|
|