Chromium Code Reviews| Index: third_party/tcmalloc/chromium/src/heap-profile-table.h |
| =================================================================== |
| --- third_party/tcmalloc/chromium/src/heap-profile-table.h (revision 41942) |
| +++ third_party/tcmalloc/chromium/src/heap-profile-table.h (working copy) |
| @@ -326,7 +326,7 @@ |
| // Map of all currently allocated objects we know about. |
| AllocationMap* allocation_; |
| - DISALLOW_EVIL_CONSTRUCTORS(HeapProfileTable); |
| + DISALLOW_COPY_AND_ASSIGN(HeapProfileTable); |
| }; |
| class HeapProfileTable::Snapshot { |