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

Unified Diff: webrtc/base/profiler.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/base/opensslidentity.h ('k') | webrtc/base/proxyserver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/profiler.h
diff --git a/webrtc/base/profiler.h b/webrtc/base/profiler.h
index 6289035743a69413aed54837ac713a91bc7e4b74..68a35b2710a7fe8cbfa5d89b1fea57132c1dbfbc 100644
--- a/webrtc/base/profiler.h
+++ b/webrtc/base/profiler.h
@@ -134,7 +134,7 @@ class Profiler {
EventMap events_;
mutable SharedExclusiveLock lock_;
- DISALLOW_COPY_AND_ASSIGN(Profiler);
+ RTC_DISALLOW_COPY_AND_ASSIGN(Profiler);
};
// Starts an event on construction and stops it on destruction.
@@ -151,7 +151,7 @@ class ProfilerScope {
private:
std::string event_name_;
- DISALLOW_COPY_AND_ASSIGN(ProfilerScope);
+ RTC_DISALLOW_COPY_AND_ASSIGN(ProfilerScope);
};
std::ostream& operator<<(std::ostream& stream,
« no previous file with comments | « webrtc/base/opensslidentity.h ('k') | webrtc/base/proxyserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698