Move wrapPassthrough into details.
Test: pass
Bug: 36075507
Change-Id: I1c144356534d071224d7038f7466ff138610b227
diff --git a/transport/include/hidl/HidlPassthroughSupport.h b/transport/include/hidl/HidlPassthroughSupport.h
index 2b2f86b..0a8f15b 100644
--- a/transport/include/hidl/HidlPassthroughSupport.h
+++ b/transport/include/hidl/HidlPassthroughSupport.h
@@ -21,6 +21,7 @@
namespace android {
namespace hardware {
+namespace details {
/*
* Wrap the given interface with the smallest BsChild possible. Will return the
@@ -29,6 +30,7 @@
sp<::android::hidl::base::V1_0::IBase> wrapPassthrough(
sp<::android::hidl::base::V1_0::IBase> iface);
+} // namespace details
} // namespace hardware
} // namespace android