Index: chrome/browser/chromeos/contacts/gdata_contacts_service.h |
diff --git a/chrome/browser/chromeos/contacts/gdata_contacts_service.h b/chrome/browser/chromeos/contacts/gdata_contacts_service.h |
index 367b4a0bf7e97c7227b5ae35c792cbb8660849be..886f48a4b4928af2af9764ba2517ea4d9b52967c 100644 |
--- a/chrome/browser/chromeos/contacts/gdata_contacts_service.h |
+++ b/chrome/browser/chromeos/contacts/gdata_contacts_service.h |
@@ -24,7 +24,7 @@ class Value; |
namespace google_apis { |
class AuthService; |
-class OperationRunner; |
+class RequestSender; |
} // namespace google_apis |
namespace net { |
@@ -111,7 +111,7 @@ class GDataContactsService : public GDataContactsServiceInterface { |
net::URLRequestContextGetter* url_request_context_getter_; // not owned |
- scoped_ptr<google_apis::OperationRunner> runner_; |
+ scoped_ptr<google_apis::RequestSender> sender_; |
// Group ID for the "My Contacts" system contacts group. |
// Cached after a DownloadContactsRequest has completed. |