Index: jingle/notifier/communicator/connection_settings.cc |
diff --git a/jingle/notifier/communicator/connection_settings.cc b/jingle/notifier/communicator/connection_settings.cc |
index 1648c4e9441b43c77cefba88ee231795a5ecce62..ec374cc7d9368665f98dfe51ca1b70221a4d9849 100644 |
--- a/jingle/notifier/communicator/connection_settings.cc |
+++ b/jingle/notifier/communicator/connection_settings.cc |
@@ -40,7 +40,7 @@ ConnectionSettingsList::~ConnectionSettingsList() {} |
void ConnectionSettingsList::AddPermutations(const std::string& hostname, |
const std::vector<uint32>& iplist, |
- int16 port, |
+ uint16 port, |
bool special_port_magic, |
bool try_ssltcp_first) { |
// randomize the list. This ensures the iplist isn't always |