Index: remoting/jingle_glue/xmpp_socket_adapter.h |
diff --git a/remoting/jingle_glue/xmpp_socket_adapter.h b/remoting/jingle_glue/xmpp_socket_adapter.h |
index 42493f9a44a4f65eafd73bf09b0bd88cca1474af..90627cfa7370dbfaf651af1f266d2e7aeecf2728 100644 |
--- a/remoting/jingle_glue/xmpp_socket_adapter.h |
+++ b/remoting/jingle_glue/xmpp_socket_adapter.h |
@@ -27,9 +27,9 @@ class XmppSocketAdapter : public buzz::AsyncSocket, |
bool allow_unverified_certs); |
virtual ~XmppSocketAdapter(); |
- virtual State state() { return state_; } |
- virtual Error error() { return error_; } |
- virtual int GetError() { return wsa_error_; } |
+ virtual State state(); |
+ virtual Error error(); |
+ virtual int GetError(); |
void set_firewall(bool firewall) { firewall_ = firewall; } |