| 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 bed71e1c216da126af17728e79c24799bed8a659..1586f1be390a9297ccf63fa5deee6cc21e735568 100644
|
| --- a/chrome/browser/google_apis/gdata_wapi_service.h
|
| +++ b/chrome/browser/google_apis/gdata_wapi_service.h
|
| @@ -118,6 +118,9 @@ class GDataWapiService : public DriveServiceInterface,
|
|
|
| scoped_ptr<OperationRunner> runner_;
|
| ObserverList<DriveServiceObserver> observers_;
|
| + // TODO(satorux): This should be injected from the
|
| + // constructor. crbug.com/161718
|
| + GDataWapiUrlGenerator url_generator_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GDataWapiService);
|
| };
|
|
|