Skip to content

Commit dc317b6

Browse files
committed
linux fix
1 parent 508379d commit dc317b6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

linux/task_runner_linux.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#include <glib.h>
44

5-
namespace flutter_webrtc_plugin {
5+
namespace stream_webrtc_flutter_plugin {
66

77
void TaskRunnerLinux::EnqueueTask(TaskClosure task) {
88
{
@@ -28,4 +28,4 @@ void TaskRunnerLinux::EnqueueTask(TaskClosure task) {
2828
}
2929
}
3030

31-
} // namespace flutter_webrtc_plugin
31+
} // namespace stream_webrtc_flutter_plugin

linux/task_runner_linux.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include <queue>
77
#include "task_runner.h"
88

9-
namespace flutter_webrtc_plugin {
9+
namespace stream_webrtc_flutter_plugin {
1010

1111
class TaskRunnerLinux : public TaskRunner {
1212
public:
@@ -21,6 +21,6 @@ class TaskRunnerLinux : public TaskRunner {
2121
std::queue<TaskClosure> tasks_;
2222
};
2323

24-
} // namespace flutter_webrtc_plugin
24+
} // namespace stream_webrtc_flutter_plugin
2525

2626
#endif // PACKAGES_FLUTTER_WEBRTC_LINUX_TASK_RUNNER_LINUX_H_

0 commit comments

Comments
 (0)