commit | fcd64fad2d6eb30b8ef33b2d952f9aae8e5daa3f | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 08 18:45:15 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Dec 08 18:45:15 2015 +0000 |
tree | 6c10047401f5534fce3ca6e4bd34ff6fa3df261d | |
parent | 5ae137857c6db75d11389d154fd57d7eccd02332 [diff] | |
parent | be2c0adb8925bca9e3e3d071033935052df24182 [diff] |
Merge "Track rename of base/ to android-base/."
diff --git a/libnativeloader/native_loader.cpp b/libnativeloader/native_loader.cpp index 33870e2..654bcb8 100644 --- a/libnativeloader/native_loader.cpp +++ b/libnativeloader/native_loader.cpp
@@ -28,8 +28,8 @@ #include <string> #include <mutex> -#include "base/macros.h" -#include "base/strings.h" +#include "android-base/macros.h" +#include "android-base/strings.h" namespace android {