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 3f0137de0c01d17893f9ff60e60fd73190ae33d1..877572b7188ec1eb1296415d7043d49eb7627c24 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); |