| Index: cc/resources/memory_history.h
|
| diff --git a/cc/resources/memory_history.h b/cc/resources/memory_history.h
|
| index 570a3d0ca4321f8ec13f2fe27d8ea063b153806f..15ddc75aa24c8d1a7f00f2a1f8784a150e6ac69a 100644
|
| --- a/cc/resources/memory_history.h
|
| +++ b/cc/resources/memory_history.h
|
| @@ -26,12 +26,11 @@ class MemoryHistory {
|
| had_enough_memory(false) {}
|
|
|
| size_t total_budget_in_bytes;
|
| - size_t total_bytes_used;
|
| + int64 total_bytes_used;
|
| bool had_enough_memory;
|
| };
|
|
|
| void SaveEntry(const Entry& entry);
|
| - void GetMinAndMax(size_t* min, size_t* max) const;
|
|
|
| typedef RingBuffer<Entry, 80> RingBufferType;
|
| RingBufferType::Iterator Begin() const { return ring_buffer_.Begin(); }
|
|
|