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

Unified Diff: webrtc/call/audio_receive_stream.h

Issue 2550273003: Moved call.h and most of api/call/* into call/ (Closed)
Patch Set: Added <set> include after presubmit complained. Created 4 years 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/call/BUILD.gn ('k') | webrtc/call/audio_send_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/audio_receive_stream.h
diff --git a/webrtc/api/call/audio_receive_stream.h b/webrtc/call/audio_receive_stream.h
similarity index 97%
rename from webrtc/api/call/audio_receive_stream.h
rename to webrtc/call/audio_receive_stream.h
index ed9ff3417a8b48d7d767db80aa84566798881063..1299ded4291bdcab67c97cff3a37374189848bc8 100644
--- a/webrtc/api/call/audio_receive_stream.h
+++ b/webrtc/call/audio_receive_stream.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_CALL_AUDIO_RECEIVE_STREAM_H_
-#define WEBRTC_API_CALL_AUDIO_RECEIVE_STREAM_H_
+#ifndef WEBRTC_CALL_AUDIO_RECEIVE_STREAM_H_
+#define WEBRTC_CALL_AUDIO_RECEIVE_STREAM_H_
#include <map>
#include <memory>
@@ -139,4 +139,4 @@ class AudioReceiveStream {
};
} // namespace webrtc
-#endif // WEBRTC_API_CALL_AUDIO_RECEIVE_STREAM_H_
+#endif // WEBRTC_CALL_AUDIO_RECEIVE_STREAM_H_
« no previous file with comments | « webrtc/call/BUILD.gn ('k') | webrtc/call/audio_send_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698