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

Unified Diff: base/logging.h

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Remove PRETTY_FUNCTION, and fix (?) ByteSwap for uintptr_t on macOS/iOS. Created 4 years 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/logging.h
diff --git a/base/logging.h b/base/logging.h
index ce87a5351f7877245f673fb1b255986be95a5bda..e7d88c1a0d79a234f00d5625d29c9ab019400a3d 100644
--- a/base/logging.h
+++ b/base/logging.h
@@ -20,6 +20,10 @@
#include "base/template_util.h"
#include "build/build_config.h"
+#if defined(OS_WIN)
+#include <windows.h>
gab 2016/12/06 15:43:21 Why? Was it previously missing?
palmer 2016/12/06 21:47:41 OOM_CRASH (added in this CL) needs it for ::RaiseE
gab 2016/12/07 15:34:56 This CL's diff doesn't have OOM_CRASH in it (FWICT
+#endif
+
//
// Optional message capabilities
// -----------------------------

Powered by Google App Engine
This is Rietveld 408576698