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

Unified Diff: webrtc/call/rtp_transport_controller_send_interface.h

Issue 2808043002: Move RtpTransportControllerSend to a new file. (Closed)
Patch Set: Created 3 years, 8 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/rtp_transport_controller_send_interface.h
diff --git a/webrtc/call/rtp_transport_controller_send.h b/webrtc/call/rtp_transport_controller_send_interface.h
similarity index 92%
copy from webrtc/call/rtp_transport_controller_send.h
copy to webrtc/call/rtp_transport_controller_send_interface.h
index f4384d456050cc18847b5cf6b05210158866f021..1fb8fe1c5979428d4dbc152b290bc84b61229198 100644
--- a/webrtc/call/rtp_transport_controller_send.h
+++ b/webrtc/call/rtp_transport_controller_send_interface.h
@@ -8,8 +8,8 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#ifndef WEBRTC_CALL_RTP_TRANSPORT_CONTROLLER_SEND_H_
-#define WEBRTC_CALL_RTP_TRANSPORT_CONTROLLER_SEND_H_
+#ifndef WEBRTC_CALL_RTP_TRANSPORT_CONTROLLER_SEND_INTERFACE_H_
+#define WEBRTC_CALL_RTP_TRANSPORT_CONTROLLER_SEND_INTERFACE_H_
namespace webrtc {
@@ -56,4 +56,4 @@ class RtpTransportControllerSendInterface {
} // namespace webrtc
-#endif // WEBRTC_CALL_RTP_TRANSPORT_CONTROLLER_SEND_H_
+#endif // WEBRTC_CALL_RTP_TRANSPORT_CONTROLLER_SEND_INTERFACE_H_

Powered by Google App Engine
This is Rietveld 408576698