// Copyright 2013 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_SYNC_CHANGE_PROCESSOR_H_ #define COMPONENTS_SYNC_TEST_FAKE_SYNC_CHANGE_PROCESSOR_H_ #include "components/sync/model/sync_change_processor.h" namespace syncer { class FakeSyncChangeProcessor : public SyncChangeProcessor { … }; } // namespace syncer #endif // COMPONENTS_SYNC_TEST_FAKE_SYNC_CHANGE_PROCESSOR_H_