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

Unified Diff: webrtc/rtc_base/bitbuffer.cc

Issue 2966523003: Reland "Update includes for webrtc/{base => rtc_base} rename (3/3)" (Closed)
Patch Set: Restoring prime suspect includes 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/bitbuffer.h ('k') | webrtc/rtc_base/bitbuffer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/bitbuffer.cc
diff --git a/webrtc/rtc_base/bitbuffer.cc b/webrtc/rtc_base/bitbuffer.cc
index 4ea2b155a1da16f33fc203c3f9ad309462088058..fec64e6ef7eadd625b9693cd0ba501fe3e00257d 100644
--- a/webrtc/rtc_base/bitbuffer.cc
+++ b/webrtc/rtc_base/bitbuffer.cc
@@ -8,12 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/bitbuffer.h"
+#include "webrtc/rtc_base/bitbuffer.h"
#include <algorithm>
#include <limits>
-#include "webrtc/base/checks.h"
+#include "webrtc/rtc_base/checks.h"
namespace {
« no previous file with comments | « webrtc/rtc_base/bitbuffer.h ('k') | webrtc/rtc_base/bitbuffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698