summaryrefslogtreecommitdiff
path: root/base/memory
diff options
context:
space:
mode:
authorChristopher Wiley <wiley@google.com>2015-12-21 08:41:38 -0800
committerChristopher Wiley <wiley@google.com>2015-12-22 11:16:06 -0800
commit69420b8b1f03c3a610b9d9291a3802799c18c99b (patch)
tree0d0d0b6f5a54634cd75a31f2cfa85c1540328522 /base/memory
parent0124f205017a3cec648ed742ffe075e8a030978a (diff)
downloadlibchrome-69420b8b1f03c3a610b9d9291a3802799c18c99b.tar.gz
Remove dynamic annotations
This is an outdated library that added support for thread/memory safety annotations before clang was extended to support the same. We don't run those tools on Chrome OS or Android, and it is easiest just to remove the library and includes. Bug: 26253162 Test: Compiles, libchrome unittests pass, brilloemulator_arm64 builds Change-Id: I72f3bdad82fa830c9c76922d98b16dfeebfb5389
Diffstat (limited to 'base/memory')
-rw-r--r--base/memory/weak_ptr_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/base/memory/weak_ptr_unittest.cc b/base/memory/weak_ptr_unittest.cc
index 20e5c7b05c..2c475f78b5 100644
--- a/base/memory/weak_ptr_unittest.cc
+++ b/base/memory/weak_ptr_unittest.cc
@@ -7,7 +7,6 @@
#include <string>
#include "base/bind.h"
-#include "base/debug/leak_annotations.h"
#include "base/location.h"
#include "base/memory/scoped_ptr.h"
#include "base/single_thread_task_runner.h"