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

Unified Diff: jingle/notifier/base/weak_xmpp_client.h

Issue 429113002: Webrtc deps roll. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use webrtc version 6825 and rebase and switch back to original workspace. Created 6 years, 4 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
« no previous file with comments | « jingle/notifier/base/gaia_token_pre_xmpp_auth.cc ('k') | jingle/notifier/base/weak_xmpp_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/notifier/base/weak_xmpp_client.h
diff --git a/jingle/notifier/base/weak_xmpp_client.h b/jingle/notifier/base/weak_xmpp_client.h
index d56e04514ef1a37b4fab3217a28fbcc86eda0a1b..49e38dd6309c889f1b666ac1f809e763168272f0 100644
--- a/jingle/notifier/base/weak_xmpp_client.h
+++ b/jingle/notifier/base/weak_xmpp_client.h
@@ -15,18 +15,18 @@
#include "base/threading/non_thread_safe.h"
#include "talk/xmpp/xmppclient.h"
-namespace talk_base {
+namespace rtc {
class TaskParent;
} // namespace
namespace notifier {
// buzz::XmppClient's destructor isn't marked virtual, but it inherits
-// from talk_base::Task, whose destructor *is* marked virtual, so we
+// from rtc::Task, whose destructor *is* marked virtual, so we
// can safely inherit from it.
class WeakXmppClient : public buzz::XmppClient, public base::NonThreadSafe {
public:
- explicit WeakXmppClient(talk_base::TaskParent* parent);
+ explicit WeakXmppClient(rtc::TaskParent* parent);
virtual ~WeakXmppClient();
« no previous file with comments | « jingle/notifier/base/gaia_token_pre_xmpp_auth.cc ('k') | jingle/notifier/base/weak_xmpp_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698