| Index: chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| diff --git a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| index 68e1069ce7d7034d3f1f5a40852caff20cf99ded..e41f7f9cee5f75fa06010a3740acd88304629af5 100644
|
| --- a/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| +++ b/chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.h
|
| @@ -96,7 +96,7 @@ class LocalDiscoveryUIHandler : public content::WebUIMessageHandler,
|
|
|
| // For when the confirm operation on the cloudprint server has finished
|
| // executing.
|
| - void OnConfirmDone(PrivetConfirmApiCallFlow::Status status);
|
| + void OnConfirmDone(CloudPrintBaseApiFlow::Status status);
|
|
|
| // For when the cloud print account list is resolved.
|
| void OnCloudPrintAccountsResolved(const std::vector<std::string>& accounts,
|
|
|