Index: net/disk_cache/entry_sync_tests.h |
diff --git a/net/disk_cache/entry_sync_tests.h b/net/disk_cache/entry_sync_tests.h |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a12dc4c89aa3ea73958a217758401c44e361080c |
--- /dev/null |
+++ b/net/disk_cache/entry_sync_tests.h |
@@ -0,0 +1,16 @@ |
+// Copyright (c) 2014 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. |
+ |
+#ifndef NET_DISK_CACHE_ENTRY_SYNC_TESTS_H_ |
+#define NET_DISK_CACHE_ENTRY_SYNC_TESTS_H_ |
+ |
+#include "net/disk_cache/disk_cache_test.h" |
+ |
+namespace disk_cache { |
+ |
+class DiskCacheEntrySyncTest : public DiskCacheTest {}; |
+ |
+} // namespace disk_cache |
+ |
+#endif // NET_DISK_CACHE_ENTRY_SYNC_TESTS_H_ |