Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1906)

Unified Diff: content/renderer/media/webrtc_logging.cc

Issue 450463002: Update webrtc&libjingle 6774:6825. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/media/webrtc_logging.cc
===================================================================
--- content/renderer/media/webrtc_logging.cc (revision 287594)
+++ content/renderer/media/webrtc_logging.cc (working copy)
@@ -6,7 +6,7 @@
#include "base/time/time.h"
#include "content/public/renderer/webrtc_log_message_delegate.h"
-#include "third_party/libjingle/overrides/talk/base/logging.h"
+#include "third_party/webrtc/overrides/webrtc/base/logging.h"
namespace content {
@@ -22,7 +22,7 @@
void InitWebRtcLogging() {
// Log messages from Libjingle should not have timestamps.
- talk_base::InitDiagnosticLoggingDelegateFunction(&WebRtcLogMessage);
+ rtc::InitDiagnosticLoggingDelegateFunction(&WebRtcLogMessage);
}
void WebRtcLogMessage(const std::string& message) {
« no previous file with comments | « content/renderer/media/webrtc_audio_renderer_unittest.cc ('k') | content/renderer/p2p/host_address_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698