// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_WEBAUTHN_CORE_BROWSER_PASSKEY_MODEL_CHANGE_H_ #define COMPONENTS_WEBAUTHN_CORE_BROWSER_PASSKEY_MODEL_CHANGE_H_ #include "components/sync/protocol/webauthn_credential_specifics.pb.h" namespace webauthn { // Represents an individual change to a passkey model. class PasskeyModelChange { … }; } // namespace webauthn #endif // COMPONENTS_WEBAUTHN_CORE_BROWSER_PASSKEY_MODEL_CHANGE_H_