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

Unified Diff: webrtc/base/checks.cc

Issue 1335923002: Add RTC_ prefix to (D)CHECKs and related macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. 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/checks.h ('k') | webrtc/base/criticalsection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/checks.cc
diff --git a/webrtc/base/checks.cc b/webrtc/base/checks.cc
index b85af1ed179995588fecdbade9b2623311e7ce69..49a31f29b9df4e4d6bca59e4d5f338a5a15ae802 100644
--- a/webrtc/base/checks.cc
+++ b/webrtc/base/checks.cc
@@ -109,9 +109,6 @@ void FatalMessage::Init(const char* file, int line) {
<< file << ", line " << line << std::endl << "# ";
}
-// Refer to comments in checks.h.
-#ifndef WEBRTC_CHROMIUM_BUILD
-
// MSVC doesn't like complex extern templates and DLLs.
#if !defined(COMPILER_MSVC)
// Explicit instantiations for commonly used comparisons.
@@ -127,6 +124,4 @@ template std::string* MakeCheckOpString<std::string, std::string>(
const std::string&, const std::string&, const char* name);
#endif
-#endif // WEBRTC_CHROMIUM_BUILD
-
} // namespace rtc
« no previous file with comments | « webrtc/base/checks.h ('k') | webrtc/base/criticalsection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698