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

Unified Diff: webrtc/rtc_base/bytebuffer.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/bytebuffer.h ('k') | webrtc/rtc_base/bytebuffer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/bytebuffer.cc
diff --git a/webrtc/rtc_base/bytebuffer.cc b/webrtc/rtc_base/bytebuffer.cc
index 859c123f025e9d4fda52bada23807c55455b8577..6bee27fa2922cb6aba7c6e5ff067006644b79e0a 100644
--- a/webrtc/rtc_base/bytebuffer.cc
+++ b/webrtc/rtc_base/bytebuffer.cc
@@ -8,14 +8,14 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/bytebuffer.h"
+#include "webrtc/rtc_base/bytebuffer.h"
#include <string.h>
#include <algorithm>
-#include "webrtc/base/basictypes.h"
-#include "webrtc/base/byteorder.h"
+#include "webrtc/rtc_base/basictypes.h"
+#include "webrtc/rtc_base/byteorder.h"
namespace rtc {
« no previous file with comments | « webrtc/rtc_base/bytebuffer.h ('k') | webrtc/rtc_base/bytebuffer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698