// Copyright 2016 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_FAKE_DATA_TYPE_PROCESSOR_H_ #define COMPONENTS_SYNC_TEST_FAKE_DATA_TYPE_PROCESSOR_H_ #include <memory> #include <vector> #include "components/sync/engine/data_type_processor.h" namespace syncer { class FakeDataTypeProcessor : public DataTypeProcessor { … }; } // namespace syncer #endif // COMPONENTS_SYNC_TEST_FAKE_DATA_TYPE_PROCESSOR_H_