Track rename from base/ to android-base/.
Change-Id: I354a8c424d340a9abe21fd716a4ee0d3b177d86f
diff --git a/updater/blockimg.cpp b/updater/blockimg.cpp
index dd6cf0d..a9d8cc6 100644
--- a/updater/blockimg.cpp
+++ b/updater/blockimg.cpp
@@ -37,8 +37,8 @@
#include <string>
#include <vector>
-#include <base/parseint.h>
-#include <base/strings.h>
+#include <android-base/parseint.h>
+#include <android-base/strings.h>
#include "applypatch/applypatch.h"
#include "edify/expr.h"
diff --git a/updater/install.cpp b/updater/install.cpp
index 97e3905..e2b3db7 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -34,9 +34,9 @@
#include <linux/xattr.h>
#include <inttypes.h>
-#include <base/parseint.h>
-#include <base/strings.h>
-#include <base/stringprintf.h>
+#include <android-base/parseint.h>
+#include <android-base/strings.h>
+#include <android-base/stringprintf.h>
#include "bootloader.h"
#include "applypatch/applypatch.h"