summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
authorhellner@google.com <hellner@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-17 18:08:49 +0000
committerhellner@google.com <hellner@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-17 18:08:49 +0000
commit48fe88ff1ad52d9616b8bbb3b29a21d008731fc6 (patch)
tree2de1b39e90d44d01c6b01c769bcb5a834ae6aa4a /remoting
parentaaafb52bd0117abdde6c13bc2b4a048c338a0da5 (diff)
downloadchromium_src-48fe88ff1ad52d9616b8bbb3b29a21d008731fc6.zip
chromium_src-48fe88ff1ad52d9616b8bbb3b29a21d008731fc6.tar.gz
chromium_src-48fe88ff1ad52d9616b8bbb3b29a21d008731fc6.tar.bz2
This change updates the libjingle logging so that it writes to chromiums VLOG instead of its own logging mechanism.
Review URL: http://codereview.chromium.org/8991010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117917 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r--remoting/jingle_glue/xmpp_socket_adapter.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/remoting/jingle_glue/xmpp_socket_adapter.cc b/remoting/jingle_glue/xmpp_socket_adapter.cc
index 8fdcd0f..de66c5f 100644
--- a/remoting/jingle_glue/xmpp_socket_adapter.cc
+++ b/remoting/jingle_glue/xmpp_socket_adapter.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -12,7 +12,6 @@
#include "third_party/libjingle/source/talk/base/byteorder.h"
#include "third_party/libjingle/source/talk/base/common.h"
#include "third_party/libjingle/source/talk/base/firewallsocketserver.h"
-#include "third_party/libjingle/source/talk/base/logging.h"
#include "third_party/libjingle/source/talk/base/socketadapters.h"
#include "third_party/libjingle/source/talk/base/ssladapter.h"
#include "third_party/libjingle/source/talk/base/thread.h"