| Index: chrome/browser/local_discovery/privet_confirm_api_flow.h
|
| diff --git a/chrome/browser/local_discovery/privet_confirm_api_flow.h b/chrome/browser/local_discovery/privet_confirm_api_flow.h
|
| index f3382ed1c543c4d8ef0c1e13d16593bb2df2f5b8..1544411abc1d4490dd14d8aa596ef52d82ff6452 100644
|
| --- a/chrome/browser/local_discovery/privet_confirm_api_flow.h
|
| +++ b/chrome/browser/local_discovery/privet_confirm_api_flow.h
|
| @@ -16,7 +16,8 @@ namespace local_discovery {
|
| // API call flow for server-side communication with CloudPrint for registration.
|
| class PrivetConfirmApiCallFlow : public CloudPrintApiFlowRequest {
|
| public:
|
| - typedef base::Callback<void(GCDApiFlow::Status /*success*/)> ResponseCallback;
|
| + typedef base::Callback<void(GCDApiFlowInterface::Status /*success*/)>
|
| + ResponseCallback;
|
|
|
| // Create an OAuth2-based confirmation
|
| PrivetConfirmApiCallFlow(const std::string& token,
|
| @@ -24,7 +25,7 @@ class PrivetConfirmApiCallFlow : public CloudPrintApiFlowRequest {
|
|
|
| virtual ~PrivetConfirmApiCallFlow();
|
|
|
| - virtual void OnGCDAPIFlowError(GCDApiFlow::Status status) OVERRIDE;
|
| + virtual void OnGCDAPIFlowError(GCDApiFlowInterface::Status status) OVERRIDE;
|
| virtual void OnGCDAPIFlowComplete(
|
| const base::DictionaryValue& value) OVERRIDE;
|
| virtual net::URLFetcher::RequestType GetRequestType() OVERRIDE;
|
|
|