// Copyright 2012 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_ENGINE_ENGINE_COMPONENTS_FACTORY_IMPL_H_ #define COMPONENTS_SYNC_ENGINE_ENGINE_COMPONENTS_FACTORY_IMPL_H_ #include <memory> #include <string> #include <vector> #include "components/sync/engine/engine_components_factory.h" namespace syncer { // An EngineComponentsFactory implementation designed for real production / // normal use. class EngineComponentsFactoryImpl : public EngineComponentsFactory { … }; } // namespace syncer #endif // COMPONENTS_SYNC_ENGINE_ENGINE_COMPONENTS_FACTORY_IMPL_H_