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

Unified Diff: webrtc/audio/audio_receive_stream.h

Issue 1227923005: Split webrtc/video into webrtc/{audio,call,video}. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 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/audio/OWNERS ('k') | webrtc/audio/audio_receive_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/audio_receive_stream.h
diff --git a/webrtc/video/audio_receive_stream.h b/webrtc/audio/audio_receive_stream.h
similarity index 92%
rename from webrtc/video/audio_receive_stream.h
rename to webrtc/audio/audio_receive_stream.h
index c9ac04af397ade4edd719472686732f055d8a58d..70ad4fcf2b83bd057399e1fa81ef162411806529 100644
--- a/webrtc/video/audio_receive_stream.h
+++ b/webrtc/audio/audio_receive_stream.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_VIDEO_AUDIO_RECEIVE_STREAM_H_
-#define WEBRTC_VIDEO_AUDIO_RECEIVE_STREAM_H_
+#ifndef WEBRTC_AUDIO_AUDIO_RECEIVE_STREAM_H_
+#define WEBRTC_AUDIO_AUDIO_RECEIVE_STREAM_H_
#include "webrtc/audio_receive_stream.h"
#include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h"
@@ -50,4 +50,4 @@ class AudioReceiveStream : public webrtc::AudioReceiveStream {
} // namespace internal
} // namespace webrtc
-#endif // WEBRTC_VIDEO_AUDIO_RECEIVE_STREAM_H_
+#endif // WEBRTC_AUDIO_AUDIO_RECEIVE_STREAM_H_
« no previous file with comments | « webrtc/audio/OWNERS ('k') | webrtc/audio/audio_receive_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698