// 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. #ifndef NET_DISK_CACHE_MOCK_MOCK_ENTRY_IMPL_H_ #define NET_DISK_CACHE_MOCK_MOCK_ENTRY_IMPL_H_ #include "net/disk_cache/disk_cache.h" #include "testing/gmock/include/gmock/gmock.h" namespace disk_cache { class EntryMock : public Entry { … }; } // namespace disk_cache #endif // NET_DISK_CACHE_MOCK_MOCK_ENTRY_IMPL_H_