Index: remoting/host/client_session.cc |
diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc |
index 1a5e36b2a05c168ade68ceb55594d39f4f7e8aad..d53428d5d6ee3655367abf8abe0fd8807865bce6 100644 |
--- a/remoting/host/client_session.cc |
+++ b/remoting/host/client_session.cc |
@@ -8,6 +8,7 @@ |
#include "base/message_loop/message_loop_proxy.h" |
#include "remoting/base/capabilities.h" |
+#include "remoting/base/logging.h" |
#include "remoting/codec/audio_encoder.h" |
#include "remoting/codec/audio_encoder_opus.h" |
#include "remoting/codec/audio_encoder_verbatim.h" |
@@ -199,7 +200,7 @@ void ClientSession::DeliverClientMessage( |
} |
} |
// No messages are currently supported. |
- LOG(INFO) << "Unexpected message received: " |
+ LOG_INFO << "Unexpected message received: " |
<< message.type() << ": " << message.data(); |
} |