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..88fffb83be51c8d6c677fd17ca8cd3861a4eca42 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/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; |