commit | 2a72c575d260cd256f767b7ad511a6959444134b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Feb 04 11:58:51 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Feb 04 11:58:51 2014 -0800 |
tree | 1db103fa3226a7efd661e0e608fe9902d5f22060 | |
parent | ba023b063d25b73923f2df536b6258967f756ff6 [diff] [blame] |
Move to the canonical UniquePtr.h. Change-Id: I5330c36d2b571acb6d3debd30b8020e33aa8a4a7
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 {