blob: d0c5690aefbf59522b7c60a8f2f19b62ac03b5d0 [file] [log] [blame]
// Copyright 2020 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/webapps/browser/installable/installable_params.h"
namespace webapps {
InstallableParams::InstallableParams() = default;
InstallableParams::~InstallableParams() = default;
InstallableParams::InstallableParams(const InstallableParams& other) = default;
} // namespace webapps