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

Unified Diff: talk/app/webrtc/statstypes.h

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 years, 3 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 | « talk/app/webrtc/remotevideocapturer.h ('k') | talk/app/webrtc/videosource.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/statstypes.h
diff --git a/talk/app/webrtc/statstypes.h b/talk/app/webrtc/statstypes.h
index 156e784acfd04cf06653132092590703781f0e2c..5d5d7174c394cac704272f684a0b85ae79738bd8 100644
--- a/talk/app/webrtc/statstypes.h
+++ b/talk/app/webrtc/statstypes.h
@@ -321,7 +321,7 @@ class StatsReport {
} value_;
private:
- DISALLOW_COPY_AND_ASSIGN(Value);
+ RTC_DISALLOW_COPY_AND_ASSIGN(Value);
};
// TODO(tommi): Consider using a similar approach to how we store Ids using
@@ -371,7 +371,7 @@ class StatsReport {
double timestamp_; // Time since 1970-01-01T00:00:00Z in milliseconds.
Values values_;
- DISALLOW_COPY_AND_ASSIGN(StatsReport);
+ RTC_DISALLOW_COPY_AND_ASSIGN(StatsReport);
};
// Typedef for an array of const StatsReport pointers.
« no previous file with comments | « talk/app/webrtc/remotevideocapturer.h ('k') | talk/app/webrtc/videosource.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698