// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_ENTERPRISE_CONNECTORS_DEVICE_TRUST_KEY_MANAGEMENT_BROWSER_MOCK_DEVICE_TRUST_KEY_MANAGER_H_ #define CHROME_BROWSER_ENTERPRISE_CONNECTORS_DEVICE_TRUST_KEY_MANAGEMENT_BROWSER_MOCK_DEVICE_TRUST_KEY_MANAGER_H_ #include "components/enterprise/browser/device_trust/device_trust_key_manager.h" #include "testing/gmock/include/gmock/gmock.h" namespace enterprise_connectors { namespace test { class MockDeviceTrustKeyManager : public DeviceTrustKeyManager { … }; } // namespace test } // namespace enterprise_connectors #endif // CHROME_BROWSER_ENTERPRISE_CONNECTORS_DEVICE_TRUST_KEY_MANAGEMENT_BROWSER_MOCK_DEVICE_TRUST_KEY_MANAGER_H_