Index: base/debug/leak_annotations.h |
=================================================================== |
--- base/debug/leak_annotations.h (revision 152010) |
+++ base/debug/leak_annotations.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
Alexander Potapenko
2012/08/17 17:25:48
Please don't change the year (see letter from Mark
bbudge
2012/08/17 17:28:28
Done.
|
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -7,7 +7,8 @@ |
#include "build/build_config.h" |
-#if defined(OS_POSIX) && !defined(OS_MACOSX) && defined(USE_HEAPCHECKER) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_NACL) && \ |
+ defined(USE_HEAPCHECKER) |
#include "third_party/tcmalloc/chromium/src/gperftools/heap-checker.h" |