commit | 8b54bc5e04367ec7b0c646801c2787d03391708c | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Nov 14 15:18:30 2018 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Nov 14 15:49:19 2018 -0800 |
tree | 54d263850ea6ba380c390187ad4618314b98a57a | |
parent | 87e2fc38311307539a20b04656a7c853b5756f26 [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/unit/dirutil_test.cpp b/tests/unit/dirutil_test.cpp index 1ca786c..4dd111a 100644 --- a/tests/unit/dirutil_test.cpp +++ b/tests/unit/dirutil_test.cpp
@@ -20,7 +20,7 @@ #include <string> -#include <android-base/test_utils.h> +#include <android-base/file.h> #include <gtest/gtest.h> #include "otautil/dirutil.h"