| 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);
|
|
|