diff options
| author | Elliott Hughes <enh@google.com> | 2015-12-08 18:45:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-12-08 18:45:15 +0000 |
| commit | 4ab13d025657c9d33abce428a8b00fbca83d7731 (patch) | |
| tree | 6c10047401f5534fce3ca6e4bd34ff6fa3df261d /libnativeloader/native_loader.cpp | |
| parent | bfdc099650b2adcb51d9b0c3a74dae5987b77ed1 (diff) | |
| parent | 8b0471462e5bb9e81652a1a53cc786df9848feef (diff) | |
Merge "Track rename of base/ to android-base/."
Diffstat (limited to 'libnativeloader/native_loader.cpp')
| -rw-r--r-- | libnativeloader/native_loader.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libnativeloader/native_loader.cpp b/libnativeloader/native_loader.cpp index 33870e2878..654bcb85cc 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 { |
