#ifndef COMPONENTS_PASSWORD_MANAGER_CONTENT_BROWSER_PASSWORD_MANAGER_LOG_ROUTER_FACTORY_H_
#define COMPONENTS_PASSWORD_MANAGER_CONTENT_BROWSER_PASSWORD_MANAGER_LOG_ROUTER_FACTORY_H_
#include "base/memory/singleton.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
namespace autofill {
class LogRouter;
}
namespace content {
class BrowserContext;
}
namespace password_manager {
class PasswordManagerLogRouterFactory
: public BrowserContextKeyedServiceFactory { … };
}
#endif