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

Unified Diff: jingle/glue/mock_task.cc

Issue 435823002: Revert "Update webrtc&libjingle 6774:6799." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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/glue/mock_task.h ('k') | jingle/glue/task_pump.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/mock_task.cc
diff --git a/jingle/glue/mock_task.cc b/jingle/glue/mock_task.cc
index f9de76c70e6f10b12ec8aae55e9f7f8343d204f9..8894fbeaf90fb819f55a30b4d5a6a2175a83dca6 100644
--- a/jingle/glue/mock_task.cc
+++ b/jingle/glue/mock_task.cc
@@ -6,7 +6,7 @@
namespace jingle_glue {
-MockTask::MockTask(TaskParent* parent) : rtc::Task(parent) {}
+MockTask::MockTask(TaskParent* parent) : talk_base::Task(parent) {}
MockTask::~MockTask() {}
« no previous file with comments | « jingle/glue/mock_task.h ('k') | jingle/glue/task_pump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698