| Index: webrtc/libjingle/xmpp/xmppthread.cc
|
| diff --git a/webrtc/libjingle/xmpp/xmppthread.cc b/webrtc/libjingle/xmpp/xmppthread.cc
|
| index faf21642e69b1be138236045af579eb8cd14f074..f492cdf6c4aa5644d5ef785e8fa8d7b6aa2ade35 100644
|
| --- a/webrtc/libjingle/xmpp/xmppthread.cc
|
| +++ b/webrtc/libjingle/xmpp/xmppthread.cc
|
| @@ -16,8 +16,8 @@
|
| namespace buzz {
|
| namespace {
|
|
|
| -const uint32 MSG_LOGIN = 1;
|
| -const uint32 MSG_DISCONNECT = 2;
|
| +const uint32_t MSG_LOGIN = 1;
|
| +const uint32_t MSG_DISCONNECT = 2;
|
|
|
| struct LoginData: public rtc::MessageData {
|
| LoginData(const buzz::XmppClientSettings& s) : xcs(s) {}
|
|
|