#include "chrome/browser/ui/webui/page_not_available_for_guest/page_not_available_for_guest_ui.h"
#include "base/strings/utf_string_conversions.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/common/url_constants.h"
#include "chrome/grit/browser_resources.h"
#include "chrome/grit/generated_resources.h"
#include "components/password_manager/content/common/web_ui_constants.h"
#include "components/strings/grit/components_strings.h"
#include "content/public/browser/web_ui.h"
#include "content/public/browser/web_ui_data_source.h"
#include "ui/base/l10n/l10n_util.h"
namespace {
void CreateAndAddHTMLSource(Profile* profile, const std::string& host_name) { … }
}
PageNotAvailableForGuestUI::PageNotAvailableForGuestUI(
content::WebUI* web_ui,
const std::string& host_name)
: … { … }