summaryrefslogtreecommitdiffstats
path: root/include/utils/LruCache.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-02-04 23:23:51 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-02-04 23:23:51 +0000
commit4e9d3ce295ea57cf92d734617a6d0947d0fb7aa4 (patch)
treeff5e26613d925e6962f7ec092d5e4387c48fddba /include/utils/LruCache.h
parent925a3cd95a54c8955df0c8e6e2774819598e7917 (diff)
parent0056a41d2a1ffd75644451b54e4ccacbbba75a5c (diff)
downloadsystem_core-4e9d3ce295ea57cf92d734617a6d0947d0fb7aa4.zip
system_core-4e9d3ce295ea57cf92d734617a6d0947d0fb7aa4.tar.gz
system_core-4e9d3ce295ea57cf92d734617a6d0947d0fb7aa4.tar.bz2
am 0056a41d: am 345fc625: Merge "Move to the canonical UniquePtr.h."
* commit '0056a41d2a1ffd75644451b54e4ccacbbba75a5c': Move to the canonical UniquePtr.h.
Diffstat (limited to 'include/utils/LruCache.h')
-rw-r--r--include/utils/LruCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils/LruCache.h b/include/utils/LruCache.h
index 053bfaf..f057043 100644
--- a/include/utils/LruCache.h
+++ b/include/utils/LruCache.h
@@ -18,7 +18,7 @@
#define ANDROID_UTILS_LRU_CACHE_H
#include <utils/BasicHashtable.h>
-#include <utils/UniquePtr.h>
+#include <UniquePtr.h>
namespace android {