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

Unified Diff: webrtc/media/base/turnutils.cc

Issue 2969623003: Update includes for webrtc/{base => rtc_base} rename (2/3) (Closed)
Patch Set: Rebased onto 224e65939af87443addfc5bb500fbf434728bd1c and restored sorting in clock.cc Created 3 years, 6 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
« no previous file with comments | « webrtc/media/base/testutils.cc ('k') | webrtc/media/base/turnutils_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/turnutils.cc
diff --git a/webrtc/media/base/turnutils.cc b/webrtc/media/base/turnutils.cc
index 1fd396084db1169af79fe9e903f22b031995cdc0..f1daec48dd5d3a3fccae007d027321d0912bbff1 100644
--- a/webrtc/media/base/turnutils.cc
+++ b/webrtc/media/base/turnutils.cc
@@ -10,9 +10,9 @@
#include "webrtc/media/base/turnutils.h"
-#include "webrtc/base/byteorder.h"
-#include "webrtc/base/checks.h"
#include "webrtc/p2p/base/stun.h"
+#include "webrtc/rtc_base/byteorder.h"
+#include "webrtc/rtc_base/checks.h"
namespace cricket {
« no previous file with comments | « webrtc/media/base/testutils.cc ('k') | webrtc/media/base/turnutils_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698