| 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());
|
| }
|
|
|
|
|