// 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_SYNC_TEST_MOCK_DATA_TYPE_CONTROLLER_DELEGATE_H_ #define COMPONENTS_SYNC_TEST_MOCK_DATA_TYPE_CONTROLLER_DELEGATE_H_ #include "components/sync/model/data_type_controller_delegate.h" #include "testing/gmock/include/gmock/gmock.h" namespace syncer { class MockDataTypeControllerDelegate : public DataTypeControllerDelegate { … }; } // namespace syncer #endif // COMPONENTS_SYNC_TEST_MOCK_DATA_TYPE_CONTROLLER_DELEGATE_H_