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

Unified Diff: webrtc/call/audio_send_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/audio_receive_stream.h ('k') | webrtc/call/audio_send_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/call/audio_send_stream.h
diff --git a/webrtc/api/call/audio_send_stream.h b/webrtc/call/audio_send_stream.h
similarity index 96%
rename from webrtc/api/call/audio_send_stream.h
rename to webrtc/call/audio_send_stream.h
index 487ce98721f19cd9631695bf82f8eb14fdd7c9ee..20635890649b077e0742654d126c922116af7b00 100644
--- a/webrtc/api/call/audio_send_stream.h
+++ b/webrtc/call/audio_send_stream.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_API_CALL_AUDIO_SEND_STREAM_H_
-#define WEBRTC_API_CALL_AUDIO_SEND_STREAM_H_
+#ifndef WEBRTC_CALL_AUDIO_SEND_STREAM_H_
+#define WEBRTC_CALL_AUDIO_SEND_STREAM_H_
#include <memory>
#include <string>
@@ -142,4 +142,4 @@ class AudioSendStream {
};
} // namespace webrtc
-#endif // WEBRTC_API_CALL_AUDIO_SEND_STREAM_H_
+#endif // WEBRTC_CALL_AUDIO_SEND_STREAM_H_
« no previous file with comments | « webrtc/call/audio_receive_stream.h ('k') | webrtc/call/audio_send_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698