diff options
author | Mark Salyzyn <salyzyn@google.com> | 2018-11-12 12:45:59 -0800 |
---|---|---|
committer | Mark Salyzyn <salyzyn@google.com> | 2018-11-14 09:35:34 -0800 |
commit | 9f1cf25332e33247b1b036ce07b32d09e076c346 (patch) | |
tree | a20e2aaa8b6fa38a292bb7dd90dfadecf68b2ebd /init/ueventd_parser_test.cpp | |
parent | e77298ce9fd0fbb6e94108f4c49c11f5efa856e1 (diff) |
switch to using android-base/file.h instead of android-base/test_utils.h
Test: compile
Bug: 119313545
Change-Id: I4f7ad84743e974b4b4d1d7256088f6c8b749a237
Diffstat (limited to 'init/ueventd_parser_test.cpp')
-rw-r--r-- | init/ueventd_parser_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/ueventd_parser_test.cpp b/init/ueventd_parser_test.cpp index 31208b926..c3af341c6 100644 --- a/init/ueventd_parser_test.cpp +++ b/init/ueventd_parser_test.cpp @@ -16,7 +16,7 @@ #include "ueventd_parser.h" -#include <android-base/test_utils.h> +#include <android-base/file.h> #include <gtest/gtest.h> #include <private/android_filesystem_config.h> |