summaryrefslogtreecommitdiffstats
path: root/chromium/components/persistent_cache/backend.cc
blob: fd3c393aa3c77a439bba985aa14cda3a36cd23aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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.h"

namespace persistent_cache {

Backend::Backend() = default;
Backend::~Backend() = default;

}  // namespace persistent_cache