Track rename of base/ to android-base/.

Change-Id: Idf9444fece4aa89c93e15640de59a91f6e758ccf
diff --git a/logcat/logcat.cpp b/logcat/logcat.cpp
index 4d7adf1..22645f5 100644
--- a/logcat/logcat.cpp
+++ b/logcat/logcat.cpp
@@ -24,8 +24,8 @@
 #include <memory>
 #include <string>
 
-#include <base/file.h>
-#include <base/strings.h>
+#include <android-base/file.h>
+#include <android-base/strings.h>
 #include <cutils/sched_policy.h>
 #include <cutils/sockets.h>
 #include <log/event_tag_map.h>