Index: webrtc/examples/peerconnection/client/linux/main_wnd.cc |
diff --git a/webrtc/examples/peerconnection/client/linux/main_wnd.cc b/webrtc/examples/peerconnection/client/linux/main_wnd.cc |
index 151faaaec1d9fc54b72725d8ddc816a10348eebc..d9f32bc52ef741f1b318d50bcc0909a1997336b5 100644 |
--- a/webrtc/examples/peerconnection/client/linux/main_wnd.cc |
+++ b/webrtc/examples/peerconnection/client/linux/main_wnd.cc |
@@ -17,9 +17,9 @@ |
#include "libyuv/convert_from.h" |
#include "webrtc/api/video/i420_buffer.h" |
#include "webrtc/examples/peerconnection/client/defaults.h" |
-#include "webrtc/base/checks.h" |
-#include "webrtc/base/logging.h" |
-#include "webrtc/base/stringutils.h" |
+#include "webrtc/rtc_base/checks.h" |
+#include "webrtc/rtc_base/logging.h" |
+#include "webrtc/rtc_base/stringutils.h" |
using rtc::sprintfn; |