aboutsummaryrefslogtreecommitdiff
path: root/cast/standalone_receiver/sdl_glue.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/standalone_receiver/sdl_glue.cc')
-rw-r--r--cast/standalone_receiver/sdl_glue.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/cast/standalone_receiver/sdl_glue.cc b/cast/standalone_receiver/sdl_glue.cc
index 89880d6d..3b5deafc 100644
--- a/cast/standalone_receiver/sdl_glue.cc
+++ b/cast/standalone_receiver/sdl_glue.cc
@@ -8,11 +8,8 @@
#include "platform/api/time.h"
#include "util/logging.h"
-using openscreen::Clock;
-using openscreen::TaskRunner;
-
+namespace openscreen {
namespace cast {
-namespace streaming {
SDLEventLoopProcessor::SDLEventLoopProcessor(
TaskRunner* task_runner,
@@ -41,5 +38,5 @@ void SDLEventLoopProcessor::ProcessPendingEvents() {
alarm_.ScheduleFromNow([this] { ProcessPendingEvents(); }, kEventPollPeriod);
}
-} // namespace streaming
} // namespace cast
+} // namespace openscreen