Index: jingle/notifier/communicator/connection_settings.h |
diff --git a/jingle/notifier/communicator/connection_settings.h b/jingle/notifier/communicator/connection_settings.h |
index b26f559714a5a6c2622d1611f83ff66595efbf9d..91c95aff1c7e48662fbcac282837866f545056ab 100644 |
--- a/jingle/notifier/communicator/connection_settings.h |
+++ b/jingle/notifier/communicator/connection_settings.h |
@@ -9,6 +9,7 @@ |
#include <string> |
#include <vector> |
+#include "base/basictypes.h" |
#include "talk/xmpp/xmppclientsettings.h" |
namespace notifier { |
@@ -47,7 +48,7 @@ class ConnectionSettingsList { |
void AddPermutations(const std::string& hostname, |
const std::vector<uint32>& iplist, |
- int16 port, |
+ uint16 port, |
bool special_port_magic, |
bool try_ssltcp_first); |
private: |