aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_receiver/sdl_glue.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_receiver/sdl_glue.h')
-rw-r--r--cast/standalone_receiver/sdl_glue.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/cast/standalone_receiver/sdl_glue.h b/cast/standalone_receiver/sdl_glue.h
index 2900bf57..c4674211 100644
--- a/cast/standalone_receiver/sdl_glue.h
+++ b/cast/standalone_receiver/sdl_glue.h
@@ -18,9 +18,7 @@
#include "util/alarm.h"
namespace openscreen {
-namespace platform {
class TaskRunner;
-} // namespace platform
} // namespace openscreen
namespace cast {
@@ -65,7 +63,7 @@ DEFINE_SDL_UNIQUE_PTR(Texture);
// event is received.
class SDLEventLoopProcessor {
public:
- SDLEventLoopProcessor(openscreen::platform::TaskRunner* task_runner,
+ SDLEventLoopProcessor(openscreen::TaskRunner* task_runner,
std::function<void()> quit_callback);
~SDLEventLoopProcessor();