Loading system/gd/l2cap/internal/classic_link.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ class ClassicLink { private: os::Handler* handler_; ClassicFixedChannelAllocator fixed_channel_allocator_{handler_}; std::unique_ptr<hci::AclConnection> acl_connection_; std::unique_ptr<Scheduler> scheduler_; ClassicFixedChannelAllocator fixed_channel_allocator_{handler_}; DISALLOW_COPY_AND_ASSIGN(ClassicLink); }; Loading Loading
system/gd/l2cap/internal/classic_link.h +1 −1 Original line number Diff line number Diff line Loading @@ -36,9 +36,9 @@ class ClassicLink { private: os::Handler* handler_; ClassicFixedChannelAllocator fixed_channel_allocator_{handler_}; std::unique_ptr<hci::AclConnection> acl_connection_; std::unique_ptr<Scheduler> scheduler_; ClassicFixedChannelAllocator fixed_channel_allocator_{handler_}; DISALLOW_COPY_AND_ASSIGN(ClassicLink); }; Loading