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

Unified Diff: chrome/browser/local_discovery/cloud_print_printer_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_print_printer_list.h
diff --git a/chrome/browser/local_discovery/cloud_print_printer_list.h b/chrome/browser/local_discovery/cloud_print_printer_list.h
index 6f1f2709640a5b0a576c95dc2e1de6b24bb8b5e7..ce6ab364bcd8f42fc31b2d56758b2d2f40b1a4b4 100644
--- a/chrome/browser/local_discovery/cloud_print_printer_list.h
+++ b/chrome/browser/local_discovery/cloud_print_printer_list.h
@@ -18,7 +18,7 @@ class CloudPrintPrinterList : public CloudPrintApiFlowRequest {
explicit CloudPrintPrinterList(CloudDeviceListDelegate* delegate);
virtual ~CloudPrintPrinterList();
- virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) OVERRIDE;
+ virtual void OnGCDAPIFlowError(GCDApiFlowInterface::Status status) OVERRIDE;
virtual void OnGCDAPIFlowComplete(
const base::DictionaryValue& value) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698