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

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

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.h
diff --git a/chrome/browser/local_discovery/cloud_device_list.h b/chrome/browser/local_discovery/cloud_device_list.h
index 34dcd45ecdda96285f69d05b80ddd74c2681a7d8..4a1d3371cb39cbbcec5393aac0f455c51830e5a5 100644
--- a/chrome/browser/local_discovery/cloud_device_list.h
+++ b/chrome/browser/local_discovery/cloud_device_list.h
@@ -21,7 +21,7 @@ class CloudDeviceList : public GCDApiFlowRequest {
explicit CloudDeviceList(CloudDeviceListDelegate* delegate);
virtual ~CloudDeviceList();
- virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) OVERRIDE;
+ virtual void OnGCDAPIFlowError(GCDApiFlowInterface::Status status) OVERRIDE;
virtual void OnGCDAPIFlowComplete(
const base::DictionaryValue& value) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/local_discovery/cloud_device_list.cc » ('j') | chrome/browser/local_discovery/gcd_api_flow.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698