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

Unified Diff: jingle/glue/mock_task.cc

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/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 8894fbeaf90fb819f55a30b4d5a6a2175a83dca6..f9de76c70e6f10b12ec8aae55e9f7f8343d204f9 100644
--- a/jingle/glue/mock_task.cc
+++ b/jingle/glue/mock_task.cc
@@ -6,7 +6,7 @@
namespace jingle_glue {
-MockTask::MockTask(TaskParent* parent) : talk_base::Task(parent) {}
+MockTask::MockTask(TaskParent* parent) : rtc::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