blob: d1717801bcc9dc3a9f64af42d13f358163cbb761 [file] [log] [blame]
Alex Vakulenkoe4eec202017-01-27 14:41:04 -08001#ifndef ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_CLIENT_CHANNEL_H_
2#define ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_CLIENT_CHANNEL_H_
3
4#include <servicefs/client_channel.h>
5
6namespace android {
7namespace pdx {
8namespace default_transport {
9
10using ClientChannel = ::android::pdx::servicefs::ClientChannel;
11
12} // namespace default_transport
13} // namespace pdx
14} // namespace android
15
16
17#endif // ANDROID_PDX_DEFAULT_TRANSPORT_SERVICEFS_CLIENT_CHANNEL_H_