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

namespace disk_cache {

EntryMock::EntryMock() = default;
EntryMock::~EntryMock() = default;

}  // namespace disk_cache