Index: base/metrics/persistent_histogram_allocator.cc |
diff --git a/base/metrics/persistent_histogram_allocator.cc b/base/metrics/persistent_histogram_allocator.cc |
index 20f64336016ae7acf269c3faa25ba3e8fc585425..2464f7d20b1229d4856955e142594023c5ccc305 100644 |
--- a/base/metrics/persistent_histogram_allocator.cc |
+++ b/base/metrics/persistent_histogram_allocator.cc |
@@ -624,8 +624,8 @@ void GlobalHistogramAllocator::CreateWithLocalMemory( |
void GlobalHistogramAllocator::CreateWithSharedMemory( |
std::unique_ptr<SharedMemory> memory, |
size_t size, |
- uint64_t id, |
- StringPiece name) { |
+ uint64_t /* id */, |
+ StringPiece /* name */) { |
if ((!memory->memory() && !memory->Map(size)) || |
!SharedPersistentMemoryAllocator::IsSharedMemoryAcceptable(*memory)) { |
NOTREACHED(); |