Index: remoting/host/linux/x_server_clipboard.cc |
diff --git a/remoting/host/linux/x_server_clipboard.cc b/remoting/host/linux/x_server_clipboard.cc |
index 80be6cff38e2db32349577017943a356f54804c6..1b70b2183a93bfe61cc8d35652461496dd395681 100644 |
--- a/remoting/host/linux/x_server_clipboard.cc |
+++ b/remoting/host/linux/x_server_clipboard.cc |
@@ -8,8 +8,8 @@ |
#include "base/basictypes.h" |
#include "base/callback.h" |
-#include "base/logging.h" |
#include "remoting/base/constants.h" |
+#include "remoting/base/logging.h" |
#include "remoting/base/util.h" |
namespace remoting { |
@@ -46,7 +46,7 @@ void XServerClipboard::Init(Display* display, |
int xfixes_error_base; |
if (!XFixesQueryExtension(display_, &xfixes_event_base_, |
&xfixes_error_base)) { |
- LOG(INFO) << "X server does not support XFixes."; |
+ HOST_LOG << "X server does not support XFixes."; |
return; |
} |