Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1258)

Unified Diff: chrome/browser/google_apis/gdata_contacts_operations.cc

Issue 16175003: google_apis: Rename OperationRunner to RequestSender (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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)
« no previous file with comments | « chrome/browser/google_apis/gdata_contacts_operations.h ('k') | chrome/browser/google_apis/gdata_wapi_operations.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698