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

Unified Diff: chrome/browser/local_discovery/gcd_registration_ticket_request.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/gcd_registration_ticket_request.cc
diff --git a/chrome/browser/local_discovery/gcd_registration_ticket_request.cc b/chrome/browser/local_discovery/gcd_registration_ticket_request.cc
index e60eb074e43819d6e21d7a04b27244b98d2d9f8d..b8e1f52d7fa10d0040087930db39675423c16ad4 100644
--- a/chrome/browser/local_discovery/gcd_registration_ticket_request.cc
+++ b/chrome/browser/local_discovery/gcd_registration_ticket_request.cc
@@ -38,7 +38,7 @@ net::URLFetcher::RequestType GCDRegistrationTicketRequest::GetRequestType() {
}
void GCDRegistrationTicketRequest::OnGCDAPIFlowError(
- GCDApiFlow::Status status) {
+ GCDApiFlowInterface::Status status) {
callback_.Run(std::string());
}

Powered by Google App Engine
This is Rietveld 408576698