summaryrefslogtreecommitdiffstats
path: root/third_party/tcmalloc/chromium/src/heap-profile-table.h
diff options
context:
space:
mode:
authorglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 10:37:07 +0000
committerglider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-12 10:37:07 +0000
commitd38093cebd5f1cf854024b4203ab4c8df5493855 (patch)
treee16021ee23455edafae4fcdd680a797b2d43a56d /third_party/tcmalloc/chromium/src/heap-profile-table.h
parent245bad9e9960496c1b09f2894c7f90d320993e8d (diff)
downloadchromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.zip
chromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.tar.gz
chromium_src-d38093cebd5f1cf854024b4203ab4c8df5493855.tar.bz2
Land http://codereview.chromium.org/576001 again temporarily.
TBR=jar,antonm Review URL: http://codereview.chromium.org/596083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/tcmalloc/chromium/src/heap-profile-table.h')
-rw-r--r--third_party/tcmalloc/chromium/src/heap-profile-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/tcmalloc/chromium/src/heap-profile-table.h b/third_party/tcmalloc/chromium/src/heap-profile-table.h
index 92d237e..5403257 100644
--- a/third_party/tcmalloc/chromium/src/heap-profile-table.h
+++ b/third_party/tcmalloc/chromium/src/heap-profile-table.h
@@ -326,7 +326,7 @@ class HeapProfileTable {
// Map of all currently allocated objects we know about.
AllocationMap* allocation_;
- DISALLOW_EVIL_CONSTRUCTORS(HeapProfileTable);
+ DISALLOW_COPY_AND_ASSIGN(HeapProfileTable);
};
class HeapProfileTable::Snapshot {