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

Unified Diff: chrome/browser/local_discovery/gcd_registration_ticket_request.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/gcd_registration_ticket_request.h
diff --git a/chrome/browser/local_discovery/gcd_registration_ticket_request.h b/chrome/browser/local_discovery/gcd_registration_ticket_request.h
index bfbb975c0d8233d9eb096ab636d817ab50cc3ce1..41f9e0e9746256db7aeed39d592644076d724a4b 100644
--- a/chrome/browser/local_discovery/gcd_registration_ticket_request.h
+++ b/chrome/browser/local_discovery/gcd_registration_ticket_request.h
@@ -26,7 +26,7 @@ class GCDRegistrationTicketRequest : public GCDApiFlowRequest {
virtual void GetUploadData(std::string* upload_type,
std::string* upload_data) OVERRIDE;
virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE;
- virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) OVERRIDE;
+ virtual void OnGCDAPIFlowError(GCDApiFlowInterface::Status status) OVERRIDE;
virtual void OnGCDAPIFlowComplete(
const base::DictionaryValue& value) OVERRIDE;
virtual GURL GetURL() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698