commit | 415d2cd7454d93b3727fce9147090a24e4c3ccba | [log] [tgz] |
---|---|---|
author | Peter Boström <pbos@webrtc.org> | Mon Oct 26 11:35:17 2015 +0100 |
committer | Peter Boström <pbos@webrtc.org> | Mon Oct 26 10:35:26 2015 +0000 |
tree | d5e798c37b3fef00315a3452f1eea151f62128c2 | |
parent | f9af108e08466d664266b9956c4b7cb07d3474c6 [diff] [blame] |
Use webrtc/base/logging.h for video. BUG=webrtc:5118 R=mflodman@webrtc.org Review URL: https://codereview.webrtc.org/1415413004 . Cr-Commit-Position: refs/heads/master@{#10403}
diff --git a/webrtc/video_engine/stream_synchronization.cc b/webrtc/video_engine/stream_synchronization.cc index 8e51429..b78cfe8 100644 --- a/webrtc/video_engine/stream_synchronization.cc +++ b/webrtc/video_engine/stream_synchronization.cc
@@ -16,7 +16,7 @@ #include <algorithm> -#include "webrtc/system_wrappers/interface/logging.h" +#include "webrtc/base/logging.h" namespace webrtc {