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

Unified Diff: webrtc/base/logsinks.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/logging.h ('k') | webrtc/base/macasyncsocket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/logsinks.h
diff --git a/webrtc/base/logsinks.h b/webrtc/base/logsinks.h
index 849e1dcf1636f7c42e7140adeaa9f9f40cbcd2c4..eabf05639865cfa256059fe5303d1e0a63f65dcd 100644
--- a/webrtc/base/logsinks.h
+++ b/webrtc/base/logsinks.h
@@ -48,7 +48,7 @@ class FileRotatingLogSink : public LogSink {
private:
scoped_ptr<FileRotatingStream> stream_;
- DISALLOW_COPY_AND_ASSIGN(FileRotatingLogSink);
+ RTC_DISALLOW_COPY_AND_ASSIGN(FileRotatingLogSink);
};
// Log sink that uses a CallSessionFileRotatingStream to write to disk.
@@ -60,7 +60,7 @@ class CallSessionFileRotatingLogSink : public FileRotatingLogSink {
~CallSessionFileRotatingLogSink() override;
private:
- DISALLOW_COPY_AND_ASSIGN(CallSessionFileRotatingLogSink);
+ RTC_DISALLOW_COPY_AND_ASSIGN(CallSessionFileRotatingLogSink);
};
} // namespace rtc
« no previous file with comments | « webrtc/base/logging.h ('k') | webrtc/base/macasyncsocket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698