| Index: chrome/browser/google_apis/gdata_wapi_service.cc
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_service.cc b/chrome/browser/google_apis/gdata_wapi_service.cc
|
| index 8f6ec690923dfc3e0e4ed54fe448b8057b1cbb1d..6bfa14e381e4f43ef6d84a4bc10c7a56bf66ea54 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_service.cc
|
| +++ b/chrome/browser/google_apis/gdata_wapi_service.cc
|
| @@ -98,7 +98,6 @@ GDataWapiService::GDataWapiService(
|
| const GURL& base_url,
|
| const std::string& custom_user_agent)
|
| : url_request_context_getter_(url_request_context_getter),
|
| - sender_(NULL),
|
| url_generator_(base_url),
|
| custom_user_agent_(custom_user_agent) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
|
|