diff options
Diffstat (limited to 'chrome/browser/google_apis/gdata_wapi_service.h')
-rw-r--r-- | chrome/browser/google_apis/gdata_wapi_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h index 49895ac..3542588 100644 --- a/chrome/browser/google_apis/gdata_wapi_service.h +++ b/chrome/browser/google_apis/gdata_wapi_service.h @@ -139,7 +139,7 @@ class GDataWapiService : public DriveServiceInterface, ObserverList<DriveServiceObserver> observers_; // Operation objects should hold a copy of this, rather than a const // reference, as they may outlive this object. - GDataWapiUrlGenerator url_generator_; + const GDataWapiUrlGenerator url_generator_; const std::string custom_user_agent_; DISALLOW_COPY_AND_ASSIGN(GDataWapiService); |