| commit | 66dd09e8e2407082ce93bf0784de641298131912 | [log] [tgz] |
|---|---|---|
| author | Elliott Hughes <enh@google.com> | Fri Dec 04 14:00:57 2015 -0800 |
| committer | Elliott Hughes <enh@google.com> | Fri Dec 04 14:00:57 2015 -0800 |
| tree | 31ac5585be49d7f7a87f7651fb008a177ff6b49d | |
| parent | dd7f62ed576e70e73a92b278c99dcba0d27f33a5 [diff] [blame] |
Track rename from base/ to android-base/. Change-Id: Ic15d4778c7accd1382de0b440a437aba2cf67016
diff --git a/simpleperf/dso.cpp b/simpleperf/dso.cpp index 6f89525..6397eaa 100644 --- a/simpleperf/dso.cpp +++ b/simpleperf/dso.cpp
@@ -23,7 +23,7 @@ #include <limits> #include <vector> -#include <base/logging.h> +#include <android-base/logging.h> #include "environment.h" #include "read_elf.h"