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

Change-Id: I625cc55b41f5258addf3bb74bcef42063c565465
Bug: 21724738
diff --git a/bootstat/event_log_list_builder.cpp b/bootstat/event_log_list_builder.cpp
index 017a7c5..7eb355a 100644
--- a/bootstat/event_log_list_builder.cpp
+++ b/bootstat/event_log_list_builder.cpp
@@ -18,7 +18,7 @@
 
 #include <cinttypes>
 #include <string>
-#include <base/logging.h>
+#include <android-base/logging.h>
 #include <log/log.h>
 
 namespace {