summaryrefslogtreecommitdiff
path: root/chromium/net/disk_cache/mock/mock_backend_impl.cc
blob: 51fab72593ca11d5e83fabfc5f9767b3cb179a41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2022 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 "net/disk_cache/mock/mock_backend_impl.h"

namespace disk_cache {

BackendMock::BackendMock(net::CacheType cache_type) : Backend(cache_type) {}
BackendMock::~BackendMock() = default;

}  // namespace disk_cache