| Index: third_party/tcmalloc/chromium/src/heap-profile-table.h
|
| ===================================================================
|
| --- third_party/tcmalloc/chromium/src/heap-profile-table.h (revision 41940)
|
| +++ 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_COPY_AND_ASSIGN(HeapProfileTable);
|
| + DISALLOW_EVIL_CONSTRUCTORS(HeapProfileTable);
|
| };
|
|
|
| class HeapProfileTable::Snapshot {
|
|
|