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..9608fba725ae3aaf789905820dab00c83df7d4fc 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(); |