chromium/components/security_interstitials/content/known_interception_disclosure_ui.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/security_interstitials/content/known_interception_disclosure_ui.h"

#include "build/build_config.h"
#include "components/grit/components_resources.h"
#include "components/security_interstitials/content/urls.h"
#include "components/strings/grit/components_strings.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/web_contents.h"
#include "content/public/browser/web_ui.h"
#include "content/public/browser/web_ui_data_source.h"
#include "net/base/net_errors.h"
#include "ui/base/l10n/l10n_util.h"

namespace security_interstitials {

KnownInterceptionDisclosureUI::KnownInterceptionDisclosureUI(
    content::WebUI* web_ui)
    :{}

KnownInterceptionDisclosureUI::~KnownInterceptionDisclosureUI() = default;

}  // namespace security_interstitials