Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1510)

Unified Diff: third_party/libjingle_xmpp/xmpp/prexmppauth.h

Issue 2738973004: Replace rtc::CryptString with std::string (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/libjingle_xmpp/xmpp/prexmppauth.h
diff --git a/third_party/libjingle_xmpp/xmpp/prexmppauth.h b/third_party/libjingle_xmpp/xmpp/prexmppauth.h
index 92cb6db62a6a731268402ee019738cf94c5d78c7..89d327bca5216f892b576cc9335c6b16619440fe 100644
--- a/third_party/libjingle_xmpp/xmpp/prexmppauth.h
+++ b/third_party/libjingle_xmpp/xmpp/prexmppauth.h
@@ -12,7 +12,6 @@
#define WEBRTC_LIBJINGLE_XMPP_PREXMPPAUTH_H_
#include "third_party/libjingle_xmpp/xmpp/saslhandler.h"
-#include "third_party/webrtc/base/cryptstring.h"
#include "third_party/webrtc/base/sigslot.h"
namespace rtc {
@@ -51,7 +50,7 @@ public:
virtual void StartPreXmppAuth(
const Jid& jid,
const rtc::SocketAddress& server,
- const rtc::CryptString& pass,
+ const std::string& pass,
const std::string& auth_mechanism,
const std::string& auth_token) = 0;

Powered by Google App Engine
This is Rietveld 408576698