| // 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/browser/installable/installable_params.h" | |
| namespace webapps { | |
| InstallableParams::InstallableParams() = default; | |
| InstallableParams::~InstallableParams() = default; | |
| InstallableParams::InstallableParams(const InstallableParams& other) = default; | |
| } // namespace webapps |