| Index: chrome/browser/chromeos/gdata/operation_runner.cc
|
| diff --git a/chrome/browser/chromeos/gdata/operation_runner.cc b/chrome/browser/chromeos/gdata/operation_runner.cc
|
| index 6f31d1692094e0a90012b982315063648a4db77a..e304e1104a44ae20775f807630bd6a66ab2169a9 100644
|
| --- a/chrome/browser/chromeos/gdata/operation_runner.cc
|
| +++ b/chrome/browser/chromeos/gdata/operation_runner.cc
|
| @@ -71,7 +71,7 @@ void OperationRunner::StartOperation(GDataOperationInterface* operation) {
|
|
|
| void OperationRunner::OnOperationAuthRefresh(
|
| GDataOperationInterface* operation,
|
| - GDataErrorCode code,
|
| + DriveErrorCode code,
|
| const std::string& auth_token) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|
|
|