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

Unified Diff: base/checks.cc

Issue 1338763002: Remove dependency on Chromium in diagnostic_logging.h. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git@rename_checks
Patch Set: Updated comment. 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
Index: base/checks.cc
diff --git a/base/checks.cc b/base/checks.cc
index bb0f1b22e9e7ac209ead66143f8d4749dd99bfc9..49a31f29b9df4e4d6bca59e4d5f338a5a15ae802 100644
--- a/base/checks.cc
+++ b/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

Powered by Google App Engine
This is Rietveld 408576698