commit | ba1a723ad111018a1de7992032dabef8c87b15d7 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Nov 14 15:19:53 2018 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Nov 14 15:46:49 2018 -0800 |
tree | 8e83fddc57fb9431f66fbf966de612d3c83ffc58 | |
parent | f1e657cdff25541959e1a81e0894bc4245d8e9d1 [diff] [blame] |
switch to using android-base/file.h instead of android-base/test_utils.h Test: compile Bug: 119313545 Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
diff --git a/benchmarks/property_benchmark.cpp b/benchmarks/property_benchmark.cpp index 9251a05..77814bf 100644 --- a/benchmarks/property_benchmark.cpp +++ b/benchmarks/property_benchmark.cpp
@@ -21,7 +21,7 @@ #include <string> -#include <android-base/test_utils.h> +#include <android-base/file.h> using namespace std::literals;