aboutsummaryrefslogtreecommitdiff
path: root/cast/sender/channel
diff options
context:
space:
mode:
Diffstat (limited to 'cast/sender/channel')
-rw-r--r--cast/sender/channel/cast_auth_util.cc2
-rw-r--r--cast/sender/channel/cast_auth_util_unittest.cc2
-rw-r--r--cast/sender/channel/sender_socket_factory.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/cast/sender/channel/cast_auth_util.cc b/cast/sender/channel/cast_auth_util.cc
index ec9a889b..9f706259 100644
--- a/cast/sender/channel/cast_auth_util.cc
+++ b/cast/sender/channel/cast_auth_util.cc
@@ -11,9 +11,9 @@
#include "cast/common/certificate/cast_cert_validator.h"
#include "cast/common/certificate/cast_cert_validator_internal.h"
#include "cast/common/certificate/cast_crl.h"
-#include "platform/api/logging.h"
#include "platform/api/time.h"
#include "platform/base/error.h"
+#include "util/logging.h"
namespace cast {
namespace channel {
diff --git a/cast/sender/channel/cast_auth_util_unittest.cc b/cast/sender/channel/cast_auth_util_unittest.cc
index be8c71e7..6ea4ea6a 100644
--- a/cast/sender/channel/cast_auth_util_unittest.cc
+++ b/cast/sender/channel/cast_auth_util_unittest.cc
@@ -12,8 +12,8 @@
#include "cast/common/certificate/test_helpers.h"
#include "cast/common/channel/proto/cast_channel.pb.h"
#include "gtest/gtest.h"
-#include "platform/api/logging.h"
#include "platform/api/time.h"
+#include "util/logging.h"
namespace cast {
namespace channel {
diff --git a/cast/sender/channel/sender_socket_factory.h b/cast/sender/channel/sender_socket_factory.h
index d5b6622d..62fa6d97 100644
--- a/cast/sender/channel/sender_socket_factory.h
+++ b/cast/sender/channel/sender_socket_factory.h
@@ -11,9 +11,9 @@
#include "cast/common/channel/cast_socket.h"
#include "cast/sender/channel/cast_auth_util.h"
-#include "platform/api/logging.h"
#include "platform/api/tls_connection_factory.h"
#include "platform/base/ip_address.h"
+#include "util/logging.h"
namespace cast {
namespace channel {