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

Unified Diff: webrtc/stats/test/rtcteststats.h

Issue 2373503002: rtc_stats: Update code to remove chromium style warnings suppression. (Closed)
Patch Set: Addressed comments and rebase with master Created 4 years, 2 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/stats/rtcstatsreport_unittest.cc ('k') | webrtc/stats/test/rtcteststats.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/stats/test/rtcteststats.h
diff --git a/webrtc/stats/test/rtcteststats.h b/webrtc/stats/test/rtcteststats.h
index 8571fe89b16590385601e206f7d11b18a9102893..a0ac8a1726cda7072876b0aeacb46950a221ecac 100644
--- a/webrtc/stats/test/rtcteststats.h
+++ b/webrtc/stats/test/rtcteststats.h
@@ -20,23 +20,11 @@ namespace webrtc {
class RTCTestStats : public RTCStats {
public:
- RTCTestStats(const std::string& id, int64_t timestamp_us);
+ WEBRTC_RTCSTATS_DECL();
- WEBRTC_RTCSTATS_IMPL(RTCStats, RTCTestStats,
- &m_bool,
- &m_int32,
- &m_uint32,
- &m_int64,
- &m_uint64,
- &m_double,
- &m_string,
- &m_sequence_bool,
- &m_sequence_int32,
- &m_sequence_uint32,
- &m_sequence_int64,
- &m_sequence_uint64,
- &m_sequence_double,
- &m_sequence_string);
+ RTCTestStats(const std::string& id, int64_t timestamp_us);
+ RTCTestStats(const RTCTestStats& other);
+ ~RTCTestStats() override;
RTCStatsMember<bool> m_bool;
RTCStatsMember<int32_t> m_int32;
« no previous file with comments | « webrtc/stats/rtcstatsreport_unittest.cc ('k') | webrtc/stats/test/rtcteststats.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698