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

Unified Diff: webrtc/api/array_view_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/api/array_view.h ('k') | webrtc/api/audio_codecs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/array_view_unittest.cc
diff --git a/webrtc/rtc_base/array_view_unittest.cc b/webrtc/api/array_view_unittest.cc
similarity index 99%
rename from webrtc/rtc_base/array_view_unittest.cc
rename to webrtc/api/array_view_unittest.cc
index 6c30beffd1a318a981c1669d4a46181e6731c31a..b19abc195c2c5bb6aa0a109f8fd294571815b470 100644
--- a/webrtc/rtc_base/array_view_unittest.cc
+++ b/webrtc/api/array_view_unittest.cc
@@ -10,9 +10,10 @@
#include <algorithm>
#include <string>
+#include <utility>
#include <vector>
-#include "webrtc/rtc_base/array_view.h"
+#include "webrtc/api/array_view.h"
#include "webrtc/rtc_base/buffer.h"
#include "webrtc/rtc_base/checks.h"
#include "webrtc/rtc_base/gunit.h"
« no previous file with comments | « webrtc/api/array_view.h ('k') | webrtc/api/audio_codecs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698