webauthn-variant.patch 441 B

123456789101112
  1. diff --git a/chrome/browser/webauthn/authenticator_request_dialog_model.h b/chrome/browser/webauthn/authenticator_request_dialog_model.h
  2. index f4992a74bd6..45cabe39974 100644
  3. --- a/chrome/browser/webauthn/authenticator_request_dialog_model.h
  4. +++ b/chrome/browser/webauthn/authenticator_request_dialog_model.h
  5. @@ -7,6 +7,7 @@
  6. #include <memory>
  7. #include <string>
  8. +#include <variant>
  9. #include <vector>
  10. #include "base/containers/span.h"