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 74c43bf68dd4ab184cc3eac4a64b24721ffef853..13de1c748013a88f8f46f1db764d3e6b36bd7f60 100644 |
--- a/chrome/browser/google_apis/gdata_wapi_service.h |
+++ b/chrome/browser/google_apis/gdata_wapi_service.h |
@@ -33,7 +33,10 @@ class GDataWapiService : public DriveServiceInterface, |
public: |
// Instance is usually created by DriveSystemServiceFactory and owned by |
// DriveFileSystem. |
- GDataWapiService(); |
+ // |
+ // |base_url| is used to generate URLs for communicating with the WAPI |
+ // |server. See gdata_wapi_url_generator.h for details. |
+ explicit GDataWapiService(const GURL& base_url); |
virtual ~GDataWapiService(); |
AuthService* auth_service_for_testing(); |