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

Unified Diff: net/disk_cache/flash/format.h

Issue 11532011: Renamed classes for consistency. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: test 2. Created 8 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/disk_cache/flash/flash_cache_test_base.cc ('k') | net/disk_cache/flash/log_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/disk_cache/flash/format.h
diff --git a/net/disk_cache/flash/format.h b/net/disk_cache/flash/format.h
index 660c614f033fd677b5c9f696356cefa5374be91c..872d96b34a2da3e5d76317931bf289ff7324e61e 100644
--- a/net/disk_cache/flash/format.h
+++ b/net/disk_cache/flash/format.h
@@ -23,9 +23,9 @@ const int32 kFlashSummarySize = (1 + kFlashMaxEntryCount) * sizeof(int32);
const int32 kFlashSegmentFreeSpace = kFlashSegmentSize - kFlashSummarySize;
// An entry consists of a fixed number of streams.
-const int32 kFlashCacheEntryNumStreams = 4;
-const int32 kFlashCacheEntryHeaderSize =
- kFlashCacheEntryNumStreams * sizeof(int32);
+const int32 kFlashLogStoreEntryNumStreams = 4;
+const int32 kFlashLogStoreEntryHeaderSize =
+ kFlashLogStoreEntryNumStreams * sizeof(int32);
} // namespace disk_cache
« no previous file with comments | « net/disk_cache/flash/flash_cache_test_base.cc ('k') | net/disk_cache/flash/log_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698