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

Unified Diff: webrtc/pc/mediastream.cc

Issue 2972463002: Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" (Closed)
Patch Set: 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/mediasession_unittest.cc ('k') | webrtc/pc/mediastream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/mediastream.cc
diff --git a/webrtc/pc/mediastream.cc b/webrtc/pc/mediastream.cc
index c13d80d9b6490e41740da6f58c81ff6d4efaeabd..18307923ac0694627efd2c2663369dcf79773182 100644
--- a/webrtc/pc/mediastream.cc
+++ b/webrtc/pc/mediastream.cc
@@ -9,8 +9,8 @@
*/
#include "webrtc/pc/mediastream.h"
-#include "webrtc/rtc_base/checks.h"
-#include "webrtc/rtc_base/logging.h"
+#include "webrtc/base/checks.h"
+#include "webrtc/base/logging.h"
namespace webrtc {
« no previous file with comments | « webrtc/pc/mediasession_unittest.cc ('k') | webrtc/pc/mediastream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698