// 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 CONTENT_BROWSER_WEBID_TEST_MOCK_DIGITAL_IDENTITY_PROVIDER_H_ #define CONTENT_BROWSER_WEBID_TEST_MOCK_DIGITAL_IDENTITY_PROVIDER_H_ #include "base/values.h" #include "content/public/browser/digital_identity_provider.h" #include "testing/gmock/include/gmock/gmock.h" namespace content { class MockDigitalIdentityProvider : public DigitalIdentityProvider { … }; } // namespace content #endif // CONTENT_BROWSER_WEBID_TEST_MOCK_DIGITAL_IDENTITY_PROVIDER_H_