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

Unified Diff: chrome/browser/local_discovery/cloud_device_list.cc

Issue 318283002: Added new GCD/Privet interfaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/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();
}

Powered by Google App Engine
This is Rietveld 408576698