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

Unified Diff: webrtc/rtc_base/buffer_unittest.cc

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: rebase Created 3 years, 3 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/optional.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 bd4306e80f70958b4e0c4bbd0fe04464ca9a2478..7bf1b5baaef8f048f1ea220d68c751514f9a8ffd 100644
--- a/webrtc/rtc_base/buffer_unittest.cc
+++ b/webrtc/rtc_base/buffer_unittest.cc
@@ -10,7 +10,7 @@
#include "webrtc/rtc_base/buffer.h"
-#include "webrtc/rtc_base/array_view.h"
+#include "webrtc/api/array_view.h"
#include "webrtc/rtc_base/gunit.h"
#include <type_traits>
« no previous file with comments | « webrtc/rtc_base/buffer.h ('k') | webrtc/rtc_base/optional.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698