summaryrefslogtreecommitdiffstats
path: root/tests/unit/dirutil_test.cpp
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-11-15 16:59:45 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-11-15 16:59:45 +0100
commit814c3061067841990272704af135750f4007cbde (patch)
tree6a9288988dd4c64d5487b541320ccf0bf4b58a3e /tests/unit/dirutil_test.cpp
parentMerge "minadbd: track adb C++ version change." (diff)
parentswitch to using android-base/file.h instead of android-base/test_utils.h (diff)
downloadandroid_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar
android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.gz
android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.bz2
android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.lz
android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.xz
android_bootable_recovery-814c3061067841990272704af135750f4007cbde.tar.zst
android_bootable_recovery-814c3061067841990272704af135750f4007cbde.zip
Diffstat (limited to 'tests/unit/dirutil_test.cpp')
-rw-r--r--tests/unit/dirutil_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/dirutil_test.cpp b/tests/unit/dirutil_test.cpp
index 1ca786c28..4dd111a70 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"