blob: 065d99565b8864172698e4c3cfac9de1c430a88f [file] [log] [blame]
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/web_applications/web_app_install_params.h"
#include "chrome/browser/web_applications/web_app_install_info.h"
#include "content/public/browser/web_contents.h"
namespace web_app {
WebAppInstallParams::WebAppInstallParams() = default;
WebAppInstallParams::~WebAppInstallParams() = default;
WebAppInstallParams::WebAppInstallParams(const WebAppInstallParams&) = default;
} // namespace web_app