// Copyright 2014 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_DATA_TYPE_MANAGER_MOCK_H_ #define COMPONENTS_SYNC_TEST_DATA_TYPE_MANAGER_MOCK_H_ #include "components/sync/model/sync_error.h" #include "components/sync/service/data_type_manager.h" #include "testing/gmock/include/gmock/gmock.h" namespace syncer { class DataTypeManagerMock : public DataTypeManager { … }; } // namespace syncer #endif // COMPONENTS_SYNC_TEST_DATA_TYPE_MANAGER_MOCK_H_