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

Unified Diff: base/logging.h

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: EXPECT_DEATH is not supported on iOS; #ifdef it out. 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>
+#endif
+
//
// Optional message capabilities
// -----------------------------

Powered by Google App Engine
This is Rietveld 408576698