commit | 0a35139d24ae0071475adeae3e1370b8f8617f8f | [log] [tgz] |
---|---|---|
author | Yifan Hong <[email protected]> | Mon Mar 20 17:17:52 2017 -0700 |
committer | Yifan Hong <[email protected]> | Mon Mar 20 19:13:41 2017 -0700 |
tree | b8d2062778ba3ab628becac331e9eff4744e795d | |
parent | bd3a93038644b7afea1208eb3fc7a98760959f27 [diff] [blame] |
Move TaskRunner and SynchronizedQueue to details Bug: 36433220 Test: compiles Test: hidl_test Test: libhidl_test Change-Id: Ia48bf9abba293f177ec2f6cfab49da5422a59b82
diff --git a/test_main.cpp b/test_main.cpp index 7ff8ae3..308a8cc 100644 --- a/test_main.cpp +++ b/test_main.cpp
@@ -255,7 +255,7 @@ } TEST_F(LibHidlTest, TaskRunnerTest) { - using android::hardware::TaskRunner; + using android::hardware::details::TaskRunner; TaskRunner tr; bool flag = false; tr.push([&] {