summaryrefslogtreecommitdiff
path: root/chromium/device/fido/cable/cable_discovery_data.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/device/fido/cable/cable_discovery_data.h')
-rw-r--r--chromium/device/fido/cable/cable_discovery_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/device/fido/cable/cable_discovery_data.h b/chromium/device/fido/cable/cable_discovery_data.h
index 56843e9c14d..c0743bdcb7c 100644
--- a/chromium/device/fido/cable/cable_discovery_data.h
+++ b/chromium/device/fido/cable/cable_discovery_data.h
@@ -101,7 +101,7 @@ struct COMPONENT_EXPORT(DEVICE_FIDO) Pairing {
// within the structure is validated by using |local_identity_seed| and
// |handshake_hash|.
static absl::optional<std::unique_ptr<Pairing>> Parse(
- const cbor::Value& cbor,
+ const ::cbor::Value& cbor,
uint32_t tunnel_server_domain,
base::span<const uint8_t, kQRSeedSize> local_identity_seed,
base::span<const uint8_t, 32> handshake_hash);