commit | 4ab13d025657c9d33abce428a8b00fbca83d7731 | [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 | bfdc099650b2adcb51d9b0c3a74dae5987b77ed1 [diff] | |
parent | 8b0471462e5bb9e81652a1a53cc786df9848feef [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 {