commit | eabe08b55eb7a8eceda02d302cea4d4f216e0d53 | [log] [tgz] |
---|---|---|
author | James Hawkins <jhawkins@google.com> | Tue Jan 19 16:54:35 2016 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Jan 20 01:28:48 2016 +0000 |
tree | bcb217d4ad717796e648799d9211df2254e484b6 | |
parent | d0009911de67f0625df8175bd298fa3863c1879d [diff] [blame] |
bootstat: Fix the base includes to be AOSP-friendly. Change-Id: I625cc55b41f5258addf3bb74bcef42063c565465 Bug: 21724738
diff --git a/bootstat/bootstat.cpp b/bootstat/bootstat.cpp index a4cbf4e..a83f8ad 100644 --- a/bootstat/bootstat.cpp +++ b/bootstat/bootstat.cpp
@@ -25,7 +25,7 @@ #include <cstdio> #include <memory> #include <string> -#include <base/logging.h> +#include <android-base/logging.h> #include <log/log.h> #include "boot_event_record_store.h" #include "event_log_list_builder.h"