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

Unified Diff: webrtc/rtc_base/buffer_unittest.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/buffer.h ('k') | webrtc/rtc_base/bufferqueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_base/buffer_unittest.cc
diff --git a/webrtc/rtc_base/buffer_unittest.cc b/webrtc/rtc_base/buffer_unittest.cc
index 82baedb5656e5bfba13eca13e8b565c5dad57954..bd4306e80f70958b4e0c4bbd0fe04464ca9a2478 100644
--- a/webrtc/rtc_base/buffer_unittest.cc
+++ b/webrtc/rtc_base/buffer_unittest.cc
@@ -8,10 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/base/buffer.h"
+#include "webrtc/rtc_base/buffer.h"
-#include "webrtc/base/array_view.h"
-#include "webrtc/base/gunit.h"
+#include "webrtc/rtc_base/array_view.h"
+#include "webrtc/rtc_base/gunit.h"
#include <type_traits>
#include <utility>
« no previous file with comments | « webrtc/rtc_base/buffer.h ('k') | webrtc/rtc_base/bufferqueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698