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

Unified Diff: webrtc/call/rtcp_demuxer.h

Issue 3007763002: Move array_view.h to webrtc/api/ (Closed)
Patch Set: Created 3 years, 4 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
Index: webrtc/call/rtcp_demuxer.h
diff --git a/webrtc/call/rtcp_demuxer.h b/webrtc/call/rtcp_demuxer.h
index 1919c2b827f933d74f9ebfc7bed6073273e1fdc6..7b5af9f7f377f7960320262b3fe27b450f56d06d 100644
--- a/webrtc/call/rtcp_demuxer.h
+++ b/webrtc/call/rtcp_demuxer.h
@@ -15,8 +15,8 @@
#include <string>
#include <vector>
+#include "webrtc/api/array_view.h"
#include "webrtc/call/ssrc_binding_observer.h"
-#include "webrtc/rtc_base/array_view.h"
#include "webrtc/rtc_base/basictypes.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698