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/tests/system_properties_test.cpp b/tests/system_properties_test.cpp index 949019f..3b50896 100644 --- a/tests/system_properties_test.cpp +++ b/tests/system_properties_test.cpp
@@ -24,7 +24,7 @@ #include <string> #include <thread> -#include <android-base/test_utils.h> +#include <android-base/file.h> using namespace std::literals;