bootstat: Fix the base includes to be AOSP-friendly.

Change-Id: I625cc55b41f5258addf3bb74bcef42063c565465
Bug: 21724738
diff --git a/bootstat/testrunner.cpp b/bootstat/testrunner.cpp
index ff8611e..79b61d1 100644
--- a/bootstat/testrunner.cpp
+++ b/bootstat/testrunner.cpp
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include <base/logging.h>
+#include <android-base/logging.h>
 #include <gtest/gtest.h>
 
 int main(int argc, char** argv) {