aboutsummaryrefslogtreecommitdiff
path: root/osp/impl/presentation/presentation_receiver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'osp/impl/presentation/presentation_receiver.cc')
-rw-r--r--osp/impl/presentation/presentation_receiver.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/osp/impl/presentation/presentation_receiver.cc b/osp/impl/presentation/presentation_receiver.cc
index 17babae0..162642c0 100644
--- a/osp/impl/presentation/presentation_receiver.cc
+++ b/osp/impl/presentation/presentation_receiver.cc
@@ -16,8 +16,6 @@
#include "util/logging.h"
#include "util/trace_logging.h"
-using openscreen::platform::TraceCategory;
-
namespace openscreen {
namespace osp {
namespace {
@@ -107,7 +105,7 @@ ErrorOr<size_t> Receiver::OnStreamMessage(uint64_t endpoint_id,
msgs::Type message_type,
const uint8_t* buffer,
size_t buffer_size,
- platform::Clock::time_point now) {
+ Clock::time_point now) {
TRACE_SCOPED(TraceCategory::Presentation, "Receiver::OnStreamMessage");
switch (message_type) {
case msgs::Type::kPresentationUrlAvailabilityRequest: {