Commit a1720b5d authored by Adam Langley's avatar Adam Langley Committed by Commit Bot

chrome/browser/webauthn: fix warning

Change-Id: Ibf77d613bb5de9fdbcbbfef94746106cbf3004f8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593877
Commit-Queue: Adam Langley <agl@chromium.org>
Reviewed-by: default avatarMartin Kreichgauer <martinkr@google.com>
Cr-Commit-Position: refs/heads/master@{#656422}
parent b93d4d67
......@@ -125,7 +125,7 @@ class AuthenticatorRequestDialogModel {
virtual void OnCancelRequest() {}
};
AuthenticatorRequestDialogModel(const std::string& relying_party_id);
explicit AuthenticatorRequestDialogModel(const std::string& relying_party_id);
~AuthenticatorRequestDialogModel();
void SetCurrentStep(Step step);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment