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

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

Issue 15333013: Replace most of the occurrence of OperationRegistry with OperationRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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.h
diff --git a/chrome/browser/google_apis/gdata_contacts_operations.h b/chrome/browser/google_apis/gdata_contacts_operations.h
index 76baf6e9a2a8b19a575d403184cfb644b89a0bd6..6c1ee2362c01b6139699d9678d88f2c3581532f6 100644
--- a/chrome/browser/google_apis/gdata_contacts_operations.h
+++ b/chrome/browser/google_apis/gdata_contacts_operations.h
@@ -21,7 +21,7 @@ namespace google_apis {
class GetContactGroupsOperation : public GetDataOperation {
public:
GetContactGroupsOperation(
- OperationRegistry* registry,
+ OperationRunner* runner,
net::URLRequestContextGetter* url_request_context_getter,
const GetDataCallback& callback);
virtual ~GetContactGroupsOperation();
@@ -47,7 +47,7 @@ class GetContactGroupsOperation : public GetDataOperation {
class GetContactsOperation : public GetDataOperation {
public:
GetContactsOperation(
- OperationRegistry* registry,
+ OperationRunner* runner,
net::URLRequestContextGetter* url_request_context_getter,
const std::string& group_id,
const base::Time& min_update_time,
@@ -84,7 +84,7 @@ class GetContactsOperation : public GetDataOperation {
class GetContactPhotoOperation : public UrlFetchOperationBase {
public:
GetContactPhotoOperation(
- OperationRegistry* registry,
+ OperationRunner* runner,
net::URLRequestContextGetter* url_request_context_getter,
const GURL& photo_url,
const GetContentCallback& callback);
« no previous file with comments | « chrome/browser/google_apis/drive_api_service.cc ('k') | chrome/browser/google_apis/gdata_contacts_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698