diff options
| author | Treehugger Robot <treehugger-gerrit@google.com> | 2018-11-14 20:27:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-11-14 20:27:23 +0000 |
| commit | b9cb14944154f49ca1b4c2bc31e4881d13ee130c (patch) | |
| tree | a20e2aaa8b6fa38a292bb7dd90dfadecf68b2ebd /init/util_test.cpp | |
| parent | e77298ce9fd0fbb6e94108f4c49c11f5efa856e1 (diff) | |
| parent | 9f1cf25332e33247b1b036ce07b32d09e076c346 (diff) | |
Merge "switch to using android-base/file.h instead of android-base/test_utils.h"
Diffstat (limited to 'init/util_test.cpp')
| -rw-r--r-- | init/util_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/util_test.cpp b/init/util_test.cpp index 3ae53a481f..1b5afba27d 100644 --- a/init/util_test.cpp +++ b/init/util_test.cpp @@ -20,8 +20,8 @@ #include <fcntl.h> #include <sys/stat.h> +#include <android-base/file.h> #include <android-base/stringprintf.h> -#include <android-base/test_utils.h> #include <gtest/gtest.h> using namespace std::literals::string_literals; |
