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

Unified Diff: webrtc/test/fake_network_pipe.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/system_wrappers/source/scoped_vector_unittest.cc ('k') | webrtc/test/mac/video_renderer_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/fake_network_pipe.h
diff --git a/webrtc/test/fake_network_pipe.h b/webrtc/test/fake_network_pipe.h
index 3d8f47687b2fcf26f0826ce2bbb9b633de52f421..0d19e765e21e1135d3b2412cc5332a1287f02630 100644
--- a/webrtc/test/fake_network_pipe.h
+++ b/webrtc/test/fake_network_pipe.h
@@ -91,7 +91,7 @@ class FakeNetworkPipe {
int64_t next_process_time_;
- DISALLOW_COPY_AND_ASSIGN(FakeNetworkPipe);
+ RTC_DISALLOW_COPY_AND_ASSIGN(FakeNetworkPipe);
};
} // namespace webrtc
« no previous file with comments | « webrtc/system_wrappers/source/scoped_vector_unittest.cc ('k') | webrtc/test/mac/video_renderer_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698