Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Side by Side Diff: net/disk_cache/entry_sync_tests.h

Issue 127083002: **STILLBAKING** Decouple disk cache tests from backends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upstream rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « net/disk_cache/disk_cache_test_util.cc ('k') | net/disk_cache/entry_sync_tests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef NET_DISK_CACHE_ENTRY_SYNC_TESTS_H_
6 #define NET_DISK_CACHE_ENTRY_SYNC_TESTS_H_
7
8 #include "net/disk_cache/disk_cache_test.h"
9
10 namespace disk_cache {
11
12 class DiskCacheEntrySyncTest : public DiskCacheTest {};
13
14 } // namespace disk_cache
15
16 #endif // NET_DISK_CACHE_ENTRY_SYNC_TESTS_H_
OLDNEW
« no previous file with comments | « net/disk_cache/disk_cache_test_util.cc ('k') | net/disk_cache/entry_sync_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698