Chromium Code Reviews| Index: third_party/tcmalloc/chromium/src/profiledata.h |
| =================================================================== |
| --- third_party/tcmalloc/chromium/src/profiledata.h (revision 41942) |
| +++ third_party/tcmalloc/chromium/src/profiledata.h (working copy) |
| @@ -177,7 +177,7 @@ |
| // Write contents of eviction buffer to disk. |
| void FlushEvicted(); |
| - DISALLOW_EVIL_CONSTRUCTORS(ProfileData); |
| + DISALLOW_COPY_AND_ASSIGN(ProfileData); |
| }; |
| #endif // BASE_PROFILEDATA_H_ |