| Index: chrome/browser/google_apis/gdata_wapi_service.h
|
| diff --git a/chrome/browser/google_apis/gdata_wapi_service.h b/chrome/browser/google_apis/gdata_wapi_service.h
|
| index 49895ac92d2f51a025bbc55b453b2d5c2dcde7c5..3542588477893595c707d5152801112620ac0646 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);
|
|
|