chromium/chrome/browser/ui/webui/autofill_and_password_manager_internals/autofill_internals_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 "chrome/browser/ui/webui/autofill_and_password_manager_internals/autofill_internals_ui.h"

#include "base/functional/bind.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/webui/autofill_and_password_manager_internals/internals_ui_handler.h"
#include "chrome/common/url_constants.h"
#include "components/autofill/content/browser/autofill_log_router_factory.h"
#include "content/public/browser/web_ui.h"
#include "content/public/browser/web_ui_data_source.h"

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

AutofillInternalsUI::~AutofillInternalsUI() = default;

AutofillInternalsUIConfig::AutofillInternalsUIConfig()
    :{}

AutofillInternalsUIConfig::~AutofillInternalsUIConfig() = default;