| Index: chrome/browser/local_discovery/cloud_device_list.cc
|
| diff --git a/chrome/browser/local_discovery/cloud_device_list.cc b/chrome/browser/local_discovery/cloud_device_list.cc
|
| index 95c2a7f91249627f668b63e1a9ef62e8e7d929c3..292932d8309a62c808a41782a396a5d6818bd7a3 100644
|
| --- a/chrome/browser/local_discovery/cloud_device_list.cc
|
| +++ b/chrome/browser/local_discovery/cloud_device_list.cc
|
| @@ -23,7 +23,7 @@ CloudDeviceList::CloudDeviceList(CloudDeviceListDelegate* delegate)
|
| CloudDeviceList::~CloudDeviceList() {
|
| }
|
|
|
| -void CloudDeviceList::OnGCDAPIFlowError(GCDApiFlow::Status status) {
|
| +void CloudDeviceList::OnGCDAPIFlowError(GCDApiFlowInterface::Status status) {
|
| delegate_->OnDeviceListUnavailable();
|
| }
|
|
|
|
|