summaryrefslogtreecommitdiffstats
path: root/gatekeeperd
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
committerElliott Hughes <enh@google.com>2015-12-04 22:00:26 -0800
commit4f71319df011d796a60a43fc1bc68e16fbf7d321 (patch)
tree5e9b64a97edcda3dbb1d40c617bdd9b179deb259 /gatekeeperd
parent1efab7acc5d5b69dced70b6d04070d36f7c9632d (diff)
downloadsystem_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.gz
system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.tar.bz2
system_core-4f71319df011d796a60a43fc1bc68e16fbf7d321.zip
Track rename of base/ to android-base/.
Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
Diffstat (limited to 'gatekeeperd')
-rw-r--r--gatekeeperd/SoftGateKeeper.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gatekeeperd/SoftGateKeeper.h b/gatekeeperd/SoftGateKeeper.h
index c8010ca17..8b15d72e2 100644
--- a/gatekeeperd/SoftGateKeeper.h
+++ b/gatekeeperd/SoftGateKeeper.h
@@ -25,7 +25,7 @@ extern "C" {
#include <crypto_scrypt.h>
}
-#include <base/memory.h>
+#include <android-base/memory.h>
#include <UniquePtr.h>
#include <gatekeeper/gatekeeper.h>
@@ -180,4 +180,3 @@ private:
}
#endif // SOFT_GATEKEEPER_H_
-