commit | be2c0adb8925bca9e3e3d071033935052df24182 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Dec 08 10:38:59 2015 -0800 |
committer | Elliott Hughes <enh@google.com> | Tue Dec 08 10:38:59 2015 -0800 |
tree | 6c10047401f5534fce3ca6e4bd34ff6fa3df261d | |
parent | 5ae137857c6db75d11389d154fd57d7eccd02332 [diff] |
Track rename of base/ to android-base/. Change-Id: I974d67b6568e913bfb7700d952be55b4073388ee
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 {