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