#ifndef COMPONENTS_KEYED_SERVICE_CORE_DEPENDENCY_MANAGER_H_
#define COMPONENTS_KEYED_SERVICE_CORE_DEPENDENCY_MANAGER_H_
#include <set>
#include <string>
#include "base/dcheck_is_on.h"
#include "base/memory/raw_ptr.h"
#include "components/keyed_service/core/dependency_graph.h"
#include "components/keyed_service/core/features_buildflags.h"
#include "components/keyed_service/core/keyed_service_export.h"
class KeyedServiceBaseFactory;
namespace base {
class FilePath;
}
namespace user_prefs {
class PrefRegistrySyncable;
}
class KEYED_SERVICE_EXPORT DependencyManager { … };
#endif