| Index: jingle/glue/mock_task.h
|
| diff --git a/jingle/glue/mock_task.h b/jingle/glue/mock_task.h
|
| index 676de0f40273b1c2088323dbe579cc14338cab11..7fdaddfb2dacb799ef5cb06b4e0c5d525412c9ff 100644
|
| --- a/jingle/glue/mock_task.h
|
| +++ b/jingle/glue/mock_task.h
|
| @@ -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 rtc::Task.
|
| +// A mock of talk_base::Task.
|
|
|
| #ifndef JINGLE_GLUE_MOCK_TASK_H_
|
| #define JINGLE_GLUE_MOCK_TASK_H_
|
|
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| -#include "third_party/webrtc/base/task.h"
|
| +#include "third_party/libjingle/source/talk/base/task.h"
|
|
|
| namespace jingle_glue {
|
|
|
| -class MockTask : public rtc::Task {
|
| +class MockTask : public talk_base::Task {
|
| public:
|
| MockTask(TaskParent* parent);
|
|
|
|
|