Index: chrome/browser/google_apis/gdata_contacts_operations.cc |
diff --git a/chrome/browser/google_apis/gdata_contacts_operations.cc b/chrome/browser/google_apis/gdata_contacts_operations.cc |
index 3d5abb95ac2fe7270c1d3845049614f5b379c6c8..d9d795d380a292b1007bc080c0c0026d597e55e3 100644 |
--- a/chrome/browser/google_apis/gdata_contacts_operations.cc |
+++ b/chrome/browser/google_apis/gdata_contacts_operations.cc |
@@ -37,7 +37,7 @@ const char kGetContactsUpdatedMinParam[] = "updated-min"; |
//========================== GetContactGroupsOperation ========================= |
GetContactGroupsOperation::GetContactGroupsOperation( |
- OperationRunner* runner, |
+ RequestSender* runner, |
net::URLRequestContextGetter* url_request_context_getter, |
const GetDataCallback& callback) |
: GetDataRequest(runner, url_request_context_getter, callback) { |
@@ -54,7 +54,7 @@ GURL GetContactGroupsOperation::GetURL() const { |
//============================ GetContactsOperation ============================ |
GetContactsOperation::GetContactsOperation( |
- OperationRunner* runner, |
+ RequestSender* runner, |
net::URLRequestContextGetter* url_request_context_getter, |
const std::string& group_id, |
const base::Time& min_update_time, |
@@ -86,7 +86,7 @@ GURL GetContactsOperation::GetURL() const { |
//========================== GetContactPhotoOperation ========================== |
GetContactPhotoOperation::GetContactPhotoOperation( |
- OperationRunner* runner, |
+ RequestSender* runner, |
net::URLRequestContextGetter* url_request_context_getter, |
const GURL& photo_url, |
const GetContentCallback& callback) |