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

Unified Diff: webrtc/rtc_base/stream.cc

Issue 2963273002: Update includes for webrtc/{base => rtc_base} rename (3/3) (Closed)
Patch Set: git cl format 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/rtc_base/stream.h ('k') | webrtc/rtc_base/stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/stream.cc
diff --git a/webrtc/rtc_base/stream.cc b/webrtc/rtc_base/stream.cc
index 67ef104044e3158ebe7cf37bc88b29e296ab36c7..df2d66558bf58fde5a944b598fa840cfdfe59360 100644
--- a/webrtc/rtc_base/stream.cc
+++ b/webrtc/rtc_base/stream.cc
@@ -18,18 +18,18 @@
#include <algorithm>
#include <string>
-#include "webrtc/base/basictypes.h"
-#include "webrtc/base/checks.h"
-#include "webrtc/base/logging.h"
-#include "webrtc/base/messagequeue.h"
-#include "webrtc/base/stream.h"
-#include "webrtc/base/stringencode.h"
-#include "webrtc/base/stringutils.h"
-#include "webrtc/base/thread.h"
-#include "webrtc/base/timeutils.h"
+#include "webrtc/rtc_base/basictypes.h"
+#include "webrtc/rtc_base/checks.h"
+#include "webrtc/rtc_base/logging.h"
+#include "webrtc/rtc_base/messagequeue.h"
+#include "webrtc/rtc_base/stream.h"
+#include "webrtc/rtc_base/stringencode.h"
+#include "webrtc/rtc_base/stringutils.h"
+#include "webrtc/rtc_base/thread.h"
+#include "webrtc/rtc_base/timeutils.h"
#if defined(WEBRTC_WIN)
-#include "webrtc/base/win32.h"
+#include "webrtc/rtc_base/win32.h"
#define fileno _fileno
#endif
« no previous file with comments | « webrtc/rtc_base/stream.h ('k') | webrtc/rtc_base/stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698