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

Unified Diff: webrtc/modules/rtp_rtcp/interface/receive_statistics.h

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 1 month 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/modules/rtp_rtcp/interface/receive_statistics.h
diff --git a/webrtc/modules/rtp_rtcp/interface/receive_statistics.h b/webrtc/modules/rtp_rtcp/interface/receive_statistics.h
index 6bd5cd846e0995a306b388093437c4a3b2350329..1e80824665623aa1d807958902971eefbee23b38 100644
--- a/webrtc/modules/rtp_rtcp/interface/receive_statistics.h
+++ b/webrtc/modules/rtp_rtcp/interface/receive_statistics.h
@@ -11,10 +11,12 @@
#ifndef WEBRTC_MODULES_RTP_RTCP_INTERFACE_RECEIVE_STATISTICS_H_
#define WEBRTC_MODULES_RTP_RTCP_INTERFACE_RECEIVE_STATISTICS_H_
+#pragma message("WARNING: rtp_rtcp/interface is DEPRECATED; use rtp_rtcp/include")
stefan-webrtc 2015/11/04 02:22:40 You may want to git cl format this CL.
kjellander_webrtc 2015/11/04 07:28:19 I was unable to wrap it in a good way that made pr
+
#include <map>
-#include "webrtc/modules/interface/module.h"
-#include "webrtc/modules/interface/module_common_types.h"
+#include "webrtc/modules/include/module.h"
+#include "webrtc/modules/include/module_common_types.h"
#include "webrtc/typedefs.h"
namespace webrtc {
« no previous file with comments | « webrtc/modules/rtp_rtcp/interface/fec_receiver.h ('k') | webrtc/modules/rtp_rtcp/interface/remote_ntp_time_estimator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698