| Index: blimp/net/blimp_engine_transport.h
|
| diff --git a/blimp/net/blimp_engine_transport.h b/blimp/net/blimp_engine_transport.h
|
| index 26747d9fd73f8576e7744dc8bdec106ef24c0757..59b96f547e60d7a1583378c7e9a94e817a05546a 100644
|
| --- a/blimp/net/blimp_engine_transport.h
|
| +++ b/blimp/net/blimp_engine_transport.h
|
| @@ -8,6 +8,7 @@
|
| #include <memory>
|
| #include <string>
|
|
|
| +#include "blimp/common/public/session/assignment_options.h"
|
| #include "blimp/net/blimp_transport.h"
|
| #include "net/base/ip_endpoint.h"
|
|
|
| @@ -19,7 +20,8 @@ class BlimpEngineTransport : public BlimpTransport {
|
| ~BlimpEngineTransport() override {}
|
|
|
| // Obtains the local listening address.
|
| - virtual void GetLocalAddress(net::IPEndPoint* ip_address) const = 0;
|
| + virtual void GetAssignmentOptions(
|
| + AssignmentOptions* assignment_options) const = 0;
|
| };
|
|
|
| } // namespace blimp
|
|
|