aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/public/cast_media_source.cc
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2020-05-06 16:59:39 -0700
committerJordan Bayles <jophba@chromium.org>2020-05-07 17:26:46 +0000
commita44d04ae66815d117c864a137db5674e6a3f3f32 (patch)
treec6c27e3f516886fe266b2a0d6e35b97376d762bd /cast/sender/public/cast_media_source.cc
parent4aa11daaa6795b52c57b26376502a0c273700f2e (diff)
downloadopenscreen-a44d04ae66815d117c864a137db5674e6a3f3f32.tar.gz
Rename util/logging.h to avoid collisions
Currently, the util/logging.h file causes build issues because other external repos have the same file. This patch fixes this bug by renaming our copy of logging.h to osp_logging.h, the same way we renamed DCHECK to OSP_DCHECK. Bug: b/155927492 Change-Id: I75ff546775bed01daeda2a631c06b4776e3829f1 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2186351 Reviewed-by: mark a. foltz <mfoltz@chromium.org>
Diffstat (limited to 'cast/sender/public/cast_media_source.cc')
-rw-r--r--cast/sender/public/cast_media_source.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cast/sender/public/cast_media_source.cc b/cast/sender/public/cast_media_source.cc
index ebc9a3fe..987d455d 100644
--- a/cast/sender/public/cast_media_source.cc
+++ b/cast/sender/public/cast_media_source.cc
@@ -6,7 +6,7 @@
#include <algorithm>
-#include "util/logging.h"
+#include "util/osp_logging.h"
namespace openscreen {
namespace cast {