| Index: blimp/client/public/session/assignment.h
|
| diff --git a/blimp/client/public/session/assignment.h b/blimp/client/public/session/assignment.h
|
| index 84395eb7bcc1915612baf19fb41e47e3fc119ec8..52d5db369cd4eb923b6c1141dfdf3a75290c8aa1 100644
|
| --- a/blimp/client/public/session/assignment.h
|
| +++ b/blimp/client/public/session/assignment.h
|
| @@ -8,7 +8,7 @@
|
| #include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "net/base/ip_endpoint.h"
|
| +#include "blimp/common/public/session/assignment_options.h"
|
|
|
| namespace net {
|
| class X509Certificate;
|
| @@ -55,8 +55,8 @@ struct Assignment {
|
| // Specifies the transport to use to connect to the engine.
|
| TransportProtocol transport_protocol;
|
|
|
| - // Specifies the IP address and port on which to reach the engine.
|
| - net::IPEndPoint engine_endpoint;
|
| + // Specifies the transport-specific options to connect to an Engine.
|
| + AssignmentOptions assignment_options;
|
|
|
| // Used to authenticate to the specified engine.
|
| std::string client_auth_token;
|
|
|