// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_BROWSER_WEBID_TEST_STUB_DIGITAL_IDENTITY_PROVIDER_H_ #define CONTENT_BROWSER_WEBID_TEST_STUB_DIGITAL_IDENTITY_PROVIDER_H_ #include "content/public/browser/digital_identity_provider.h" namespace content { class StubDigitalIdentityProvider : public DigitalIdentityProvider { … }; } // namespace content #endif // CONTENT_BROWSER_WEBID_TEST_STUB_DIGITAL_IDENTITY_PROVIDER_H_