summaryrefslogtreecommitdiff
path: root/chromium/components/cryptauth/cryptauth_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/cryptauth/cryptauth_client.h')
-rw-r--r--chromium/components/cryptauth/cryptauth_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/components/cryptauth/cryptauth_client.h b/chromium/components/cryptauth/cryptauth_client.h
index 1fe98a91bb6..868748fc347 100644
--- a/chromium/components/cryptauth/cryptauth_client.h
+++ b/chromium/components/cryptauth/cryptauth_client.h
@@ -10,6 +10,7 @@
#include "base/callback_forward.h"
#include "base/macros.h"
+#include "components/cryptauth/network_request_error.h"
#include "net/traffic_annotation/network_traffic_annotation.h"
namespace cryptauth {
@@ -39,7 +40,7 @@ namespace cryptauth {
// components/cryptauth/proto/cryptauth_api.proto
class CryptAuthClient {
public:
- typedef base::Callback<void(const std::string&)> ErrorCallback;
+ typedef base::Callback<void(NetworkRequestError)> ErrorCallback;
virtual ~CryptAuthClient() {}