Merge "Track rename of base/ to android-base/." am: 4ab13d0256
am: 145ba91284

* commit '145ba91284257184f06e31d58b49af68075fe283':
  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 {