| Index: chrome/browser/local_discovery/cloud_device_list.h
|
| diff --git a/chrome/browser/local_discovery/cloud_device_list.h b/chrome/browser/local_discovery/cloud_device_list.h
|
| index 86e03216d12fe1ad28e65b775baaa472c42567f7..3eccb83998a8b3de5a6793ee97a3f716a967569d 100644
|
| --- a/chrome/browser/local_discovery/cloud_device_list.h
|
| +++ b/chrome/browser/local_discovery/cloud_device_list.h
|
| @@ -33,7 +33,7 @@ class CloudDeviceList : public GCDBaseApiFlow::Delegate {
|
| GCDBaseApiFlow* flow,
|
| const base::DictionaryValue* value) OVERRIDE;
|
|
|
| - virtual bool GCDIsCloudPrint() OVERRIDE;
|
| + virtual GURL GetURL() OVERRIDE;
|
|
|
| GCDBaseApiFlow* GetOAuth2ApiFlowForTests() { return &api_flow_; }
|
|
|
| @@ -45,7 +45,6 @@ class CloudDeviceList : public GCDBaseApiFlow::Delegate {
|
| bool FillDeviceDetails(const base::DictionaryValue* value,
|
| CloudDeviceListDelegate::Device* device);
|
|
|
| - scoped_refptr<net::URLRequestContextGetter> request_context_;
|
| DeviceList device_list_;
|
| CloudDeviceListDelegate* delegate_;
|
| GCDBaseApiFlow api_flow_;
|
|
|