Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2946)

Unified Diff: chrome/browser/google_apis/gdata_wapi_service.h

Issue 12229002: Misc cleanups in Drive code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698