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

Unified Diff: webrtc/pc/quicdatatransport.h

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/pc/quicdatachannel_unittest.cc ('k') | webrtc/pc/quicdatatransport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/quicdatatransport.h
diff --git a/webrtc/pc/quicdatatransport.h b/webrtc/pc/quicdatatransport.h
index 6b35a104f15d2ce885519e707394125afabecc3b..946e6b03b8716e0cb2767b1a7ce9438ecfb7a5e6 100644
--- a/webrtc/pc/quicdatatransport.h
+++ b/webrtc/pc/quicdatatransport.h
@@ -15,11 +15,11 @@
#include <unordered_map>
#include "webrtc/api/datachannelinterface.h"
-#include "webrtc/base/scoped_ref_ptr.h"
-#include "webrtc/base/sigslot.h"
-#include "webrtc/base/thread.h"
#include "webrtc/p2p/base/transportcontroller.h"
#include "webrtc/pc/quicdatachannel.h"
+#include "webrtc/rtc_base/scoped_ref_ptr.h"
+#include "webrtc/rtc_base/sigslot.h"
+#include "webrtc/rtc_base/thread.h"
namespace cricket {
class QuicTransportChannel;
« no previous file with comments | « webrtc/pc/quicdatachannel_unittest.cc ('k') | webrtc/pc/quicdatatransport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698