Index: chrome/browser/chromeos/gdata/gdata_auth_service.cc |
diff --git a/chrome/browser/chromeos/gdata/gdata_auth_service.cc b/chrome/browser/chromeos/gdata/gdata_auth_service.cc |
index cb5673aefb60efffddf025b00a9b47f8468b48fa..0d71bac73e43d2a93e291d5f8125259a5ff37d74 100644 |
--- a/chrome/browser/chromeos/gdata/gdata_auth_service.cc |
+++ b/chrome/browser/chromeos/gdata/gdata_auth_service.cc |
@@ -81,8 +81,7 @@ void GDataAuthService::StartAuthenticationOnUIThread( |
const AuthStatusCallback& callback) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
// We have refresh token, let's gets authenticated. |
- (new AuthOperation(registry, profile_, |
- callback, refresh_token_))->Start(); |
+ (new AuthOperation(registry, callback, refresh_token_))->Start(); |
} |
void GDataAuthService::OnAuthCompleted( |