diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:19:53 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 15:46:49 -0800 |
commit | ba1a723ad111018a1de7992032dabef8c87b15d7 (patch) | |
tree | 8e83fddc57fb9431f66fbf966de612d3c83ffc58 /tests/system_properties_test.cpp | |
parent | f1e657cdff25541959e1a81e0894bc4245d8e9d1 (diff) |
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile
Bug: 119313545
Change-Id: I664fb32522d01909c603d7b903475c4e9aea9223
Diffstat (limited to 'tests/system_properties_test.cpp')
-rw-r--r-- | tests/system_properties_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system_properties_test.cpp b/tests/system_properties_test.cpp index 949019fc0..3b5089664 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; |