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

Unified Diff: jingle/glue/mock_task.h

Issue 450463002: Update webrtc&libjingle 6774:6825. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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/logging_unittest.cc ('k') | jingle/glue/mock_task.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/mock_task.h
===================================================================
--- jingle/glue/mock_task.h (revision 287594)
+++ jingle/glue/mock_task.h (working copy)
@@ -2,17 +2,17 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
-// A mock of talk_base::Task.
+// A mock of rtc::Task.
#ifndef JINGLE_GLUE_MOCK_TASK_H_
#define JINGLE_GLUE_MOCK_TASK_H_
#include "testing/gmock/include/gmock/gmock.h"
-#include "third_party/libjingle/source/talk/base/task.h"
+#include "third_party/webrtc/base/task.h"
namespace jingle_glue {
-class MockTask : public talk_base::Task {
+class MockTask : public rtc::Task {
public:
MockTask(TaskParent* parent);
« no previous file with comments | « jingle/glue/logging_unittest.cc ('k') | jingle/glue/mock_task.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698