diff options
Diffstat (limited to 'net/disk_cache')
34 files changed, 0 insertions, 34 deletions
diff --git a/net/disk_cache/addr_unittest.cc b/net/disk_cache/addr_unittest.cc index febd5c9..551310e 100644 --- a/net/disk_cache/addr_unittest.cc +++ b/net/disk_cache/addr_unittest.cc @@ -35,4 +35,3 @@ TEST_F(DiskCacheTest, CacheAddr_InvalidValues) { } } // namespace disk_cache - diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h index f2ec98d..def2119 100644 --- a/net/disk_cache/backend_impl.h +++ b/net/disk_cache/backend_impl.h @@ -222,4 +222,3 @@ class BackendImpl : public Backend { } // namespace disk_cache #endif // NET_DISK_CACHE_BACKEND_IMPL_H_ - diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc index 5e09a63..4b61133 100644 --- a/net/disk_cache/backend_unittest.cc +++ b/net/disk_cache/backend_unittest.cc @@ -984,4 +984,3 @@ TEST_F(DiskCacheBackendTest, MemoryOnlyDoomAll) { InitCache(); BackendDoomAll(); } - diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h index 92f63cf..1572baf 100644 --- a/net/disk_cache/block_files.h +++ b/net/disk_cache/block_files.h @@ -78,4 +78,3 @@ class BlockFiles { } // namespace disk_cache #endif // NET_DISK_CACHE_BLOCK_FILES_H__ - diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h index 7abebe0..78566a3 100644 --- a/net/disk_cache/cache_util.h +++ b/net/disk_cache/cache_util.h @@ -28,4 +28,3 @@ void WaitForPendingIO(int* num_pending_io); } // namespace disk_cache #endif // NET_DISK_CACHE_CACHE_UTIL_H_ - diff --git a/net/disk_cache/cache_util_win.cc b/net/disk_cache/cache_util_win.cc index adb9d8a5..a82231a 100644 --- a/net/disk_cache/cache_util_win.cc +++ b/net/disk_cache/cache_util_win.cc @@ -73,4 +73,3 @@ void WaitForPendingIO(int* num_pending_io) { } } // namespace disk_cache - diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h index 5173ab9..48b7ba5 100644 --- a/net/disk_cache/disk_cache.h +++ b/net/disk_cache/disk_cache.h @@ -184,4 +184,3 @@ class Entry { } // namespace disk_cache #endif // NET_DISK_CACHE_DISK_CACHE_H_ - diff --git a/net/disk_cache/disk_cache_test_base.cc b/net/disk_cache/disk_cache_test_base.cc index 0a3e07b..942420b 100644 --- a/net/disk_cache/disk_cache_test_base.cc +++ b/net/disk_cache/disk_cache_test_base.cc @@ -113,4 +113,3 @@ void DiskCacheTestWithCache::SetTestMode() { ASSERT_TRUE(implementation_ && !memory_only_); cache_impl_->SetUnitTestMode(); } - diff --git a/net/disk_cache/disk_format.h b/net/disk_cache/disk_format.h index f089d7b..eced8e3 100644 --- a/net/disk_cache/disk_format.h +++ b/net/disk_cache/disk_format.h @@ -191,4 +191,3 @@ COMPILE_ASSERT(sizeof(BlockFileHeader) == kBlockHeaderSize, bad_header); } // namespace disk_cache #endif // NET_DISK_CACHE_DISK_FORMAT_H_ - diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h index 5a467e4..67451fe 100644 --- a/net/disk_cache/entry_impl.h +++ b/net/disk_cache/entry_impl.h @@ -153,4 +153,3 @@ class EntryImpl : public Entry, public base::RefCounted<EntryImpl> { } // namespace disk_cache #endif // NET_DISK_CACHE_ENTRY_IMPL_H_ - diff --git a/net/disk_cache/errors.h b/net/disk_cache/errors.h index 991086f..4bf6f72 100644 --- a/net/disk_cache/errors.h +++ b/net/disk_cache/errors.h @@ -28,4 +28,3 @@ enum { } // namespace disk_cache #endif // NET_DISK_CACHE_ERRORS_H__ - diff --git a/net/disk_cache/file.h b/net/disk_cache/file.h index 53c72bd..bb0c56f 100644 --- a/net/disk_cache/file.h +++ b/net/disk_cache/file.h @@ -87,4 +87,3 @@ class File : public base::RefCounted<File> { } // namespace disk_cache #endif // NET_DISK_CACHE_FILE_H_ - diff --git a/net/disk_cache/file_block.h b/net/disk_cache/file_block.h index f92649d..2570920 100644 --- a/net/disk_cache/file_block.h +++ b/net/disk_cache/file_block.h @@ -29,4 +29,3 @@ class FileBlock { } // namespace disk_cache #endif // NET_DISK_CACHE_FILE_BLOCK_H__ - diff --git a/net/disk_cache/file_lock.cc b/net/disk_cache/file_lock.cc index 627ed0d..949c645 100644 --- a/net/disk_cache/file_lock.cc +++ b/net/disk_cache/file_lock.cc @@ -25,4 +25,3 @@ void FileLock::Unlock() { } } // namespace disk_cache - diff --git a/net/disk_cache/file_lock.h b/net/disk_cache/file_lock.h index f331509..3ebed76 100644 --- a/net/disk_cache/file_lock.h +++ b/net/disk_cache/file_lock.h @@ -43,4 +43,3 @@ class FileLock { } // namespace disk_cache #endif // NET_DISK_CACHE_FILE_LOCK_H__ - diff --git a/net/disk_cache/file_win.cc b/net/disk_cache/file_win.cc index bc89975..ce4a602 100644 --- a/net/disk_cache/file_win.cc +++ b/net/disk_cache/file_win.cc @@ -269,4 +269,3 @@ size_t File::GetLength() { } } // namespace disk_cache - diff --git a/net/disk_cache/hash.h b/net/disk_cache/hash.h index 5f3914f..bf35c26 100644 --- a/net/disk_cache/hash.h +++ b/net/disk_cache/hash.h @@ -28,4 +28,3 @@ inline uint32 Hash(const std::string& key) { } // namespace disk_cache #endif // NET_DISK_CACHE_HASH_H__ - diff --git a/net/disk_cache/mapped_file.h b/net/disk_cache/mapped_file.h index ac8a2b4..bf12df3 100644 --- a/net/disk_cache/mapped_file.h +++ b/net/disk_cache/mapped_file.h @@ -54,4 +54,3 @@ class MappedFile : public File { } // namespace disk_cache #endif // NET_DISK_CACHE_MAPPED_FILE_H_ - diff --git a/net/disk_cache/mapped_file_posix.cc b/net/disk_cache/mapped_file_posix.cc index 46147ac..a170f35 100644 --- a/net/disk_cache/mapped_file_posix.cc +++ b/net/disk_cache/mapped_file_posix.cc @@ -51,4 +51,3 @@ bool MappedFile::Store(const FileBlock* block) { } } // namespace disk_cache - diff --git a/net/disk_cache/mapped_file_unittest.cc b/net/disk_cache/mapped_file_unittest.cc index a9b3754..c2fb884 100644 --- a/net/disk_cache/mapped_file_unittest.cc +++ b/net/disk_cache/mapped_file_unittest.cc @@ -121,4 +121,3 @@ TEST_F(DiskCacheTest, MappedFile_AsyncIO) { EXPECT_FALSE(g_cache_tests_error); EXPECT_STREQ(buffer1, buffer2); } - diff --git a/net/disk_cache/mapped_file_win.cc b/net/disk_cache/mapped_file_win.cc index 6407332..c02711c 100644 --- a/net/disk_cache/mapped_file_win.cc +++ b/net/disk_cache/mapped_file_win.cc @@ -51,4 +51,3 @@ bool MappedFile::Store(const FileBlock* block) { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_backend_impl.cc b/net/disk_cache/mem_backend_impl.cc index a0cf3cc..660066b 100644 --- a/net/disk_cache/mem_backend_impl.cc +++ b/net/disk_cache/mem_backend_impl.cc @@ -252,4 +252,3 @@ int MemBackendImpl::MaxFileSize() const { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_entry_impl.cc b/net/disk_cache/mem_entry_impl.cc index 99c53cd..e3b078f 100644 --- a/net/disk_cache/mem_entry_impl.cc +++ b/net/disk_cache/mem_entry_impl.cc @@ -176,4 +176,3 @@ void MemEntryImpl::UpdateRank(bool modified) { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_entry_impl.h b/net/disk_cache/mem_entry_impl.h index 63235f9..f51bf601 100644 --- a/net/disk_cache/mem_entry_impl.h +++ b/net/disk_cache/mem_entry_impl.h @@ -95,4 +95,3 @@ class MemEntryImpl : public Entry { } // namespace disk_cache #endif // NET_DISK_CACHE_MEM_ENTRY_IMPL_H__ - diff --git a/net/disk_cache/mem_rankings.cc b/net/disk_cache/mem_rankings.cc index 64db370..6ca1bf7 100644 --- a/net/disk_cache/mem_rankings.cc +++ b/net/disk_cache/mem_rankings.cc @@ -60,4 +60,3 @@ MemEntryImpl* MemRankings::GetPrev(MemEntryImpl* node) { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_rankings.h b/net/disk_cache/mem_rankings.h index 1724cbe..9dd1564 100644 --- a/net/disk_cache/mem_rankings.h +++ b/net/disk_cache/mem_rankings.h @@ -42,4 +42,3 @@ class MemRankings { } // namespace disk_cache #endif // NET_DISK_CACHE_MEM_RANKINGS_H__ - diff --git a/net/disk_cache/rankings.h b/net/disk_cache/rankings.h index 906a5b7..81567f0 100644 --- a/net/disk_cache/rankings.h +++ b/net/disk_cache/rankings.h @@ -195,4 +195,3 @@ class Rankings { } // namespace disk_cache #endif // NET_DISK_CACHE_RANKINGS_H_ - diff --git a/net/disk_cache/stats.h b/net/disk_cache/stats.h index 6d8043e..84f013d 100644 --- a/net/disk_cache/stats.h +++ b/net/disk_cache/stats.h @@ -80,4 +80,3 @@ class Stats { } // namespace disk_cache #endif // NET_DISK_CACHE_STATS_H_ - diff --git a/net/disk_cache/stats_histogram.cc b/net/disk_cache/stats_histogram.cc index d396f69..f605934 100644 --- a/net/disk_cache/stats_histogram.cc +++ b/net/disk_cache/stats_histogram.cc @@ -53,4 +53,3 @@ void StatsHistogram::SnapshotSample(SampleSet* sample) const { } } // namespace disk_cache - diff --git a/net/disk_cache/storage_block.h b/net/disk_cache/storage_block.h index 30e0bf9..1c02756 100644 --- a/net/disk_cache/storage_block.h +++ b/net/disk_cache/storage_block.h @@ -81,4 +81,3 @@ typedef StorageBlock<RankingsNode> CacheRankingsBlock; } // namespace disk_cache #endif // NET_DISK_CACHE_STORAGE_BLOCK_H__ - diff --git a/net/disk_cache/storage_block_unittest.cc b/net/disk_cache/storage_block_unittest.cc index 4f172e0..8543e3d 100644 --- a/net/disk_cache/storage_block_unittest.cc +++ b/net/disk_cache/storage_block_unittest.cc @@ -70,4 +70,3 @@ TEST_F(DiskCacheTest, StorageBlock_SetModified) { EXPECT_TRUE(entry2.Load()); EXPECT_TRUE(0x45687912 == entry2.Data()->hash); } - diff --git a/net/disk_cache/stress_cache.cc b/net/disk_cache/stress_cache.cc index 4c19cd8..aa79a86 100644 --- a/net/disk_cache/stress_cache.cc +++ b/net/disk_cache/stress_cache.cc @@ -201,4 +201,3 @@ int main(int argc, const char* argv[]) { StressTheCache(iteration); return 0; } - diff --git a/net/disk_cache/trace.cc b/net/disk_cache/trace.cc index 02d5ceb..958f9e0 100644 --- a/net/disk_cache/trace.cc +++ b/net/disk_cache/trace.cc @@ -131,4 +131,3 @@ void Trace(const char* format, ...) { #endif // ENABLE_TRACING } // namespace disk_cache - diff --git a/net/disk_cache/trace.h b/net/disk_cache/trace.h index 3adc2c6..50dda3c 100644 --- a/net/disk_cache/trace.h +++ b/net/disk_cache/trace.h @@ -40,4 +40,3 @@ void Trace(const char* format, ...); } // namespace disk_cache #endif // NET_DISK_CACHE_TRACE_H__ - |