blob: aba0c58a6f5e85dd027641916b5c673cbea060ee [file] [log] [blame]
// Copyright 2024 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/persistent_cache/backend_params.h"
namespace persistent_cache {
BackendParams::BackendParams() = default;
BackendParams::~BackendParams() = default;
} // namespace persistent_cache