#include "chrome/browser/ui/webui/top_chrome/webui_contents_wrapper_service_factory.h"
#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/top_chrome/webui_contents_wrapper_service.h"
WebUIContentsWrapperService*
WebUIContentsWrapperServiceFactory::GetForProfile(Profile* profile,
bool create_if_necessary) { … }
WebUIContentsWrapperServiceFactory*
WebUIContentsWrapperServiceFactory::GetInstance() { … }
WebUIContentsWrapperServiceFactory::WebUIContentsWrapperServiceFactory()
: … { … }
std::unique_ptr<KeyedService>
WebUIContentsWrapperServiceFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }
WebUIContentsWrapperServiceFactory::~WebUIContentsWrapperServiceFactory() =
default;