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

Unified Diff: webrtc/test/test_suite.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 | « webrtc/test/rtp_file_writer.cc ('k') | webrtc/tools/simple_command_line_parser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/test_suite.h
diff --git a/webrtc/test/test_suite.h b/webrtc/test/test_suite.h
index c166f283a54ff0e34fd8376ee335fcddc1eb5eb9..dab2acd38810c4a34a46d1cc9005dd90f226f6e7 100644
--- a/webrtc/test/test_suite.h
+++ b/webrtc/test/test_suite.h
@@ -38,7 +38,7 @@ class TestSuite {
virtual void Initialize();
virtual void Shutdown();
- DISALLOW_COPY_AND_ASSIGN(TestSuite);
+ RTC_DISALLOW_COPY_AND_ASSIGN(TestSuite);
private:
rtc::scoped_ptr<TraceToStderr> trace_to_stderr_;
« no previous file with comments | « webrtc/test/rtp_file_writer.cc ('k') | webrtc/tools/simple_command_line_parser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698