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

Unified Diff: base/logging.h

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Rebase and resolve conflict. 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)
Primiano Tucci (use gerrit) 2016/12/08 17:14:05 ?? is this intended? base/logging.h is included vi
gab 2016/12/08 18:19:09 See earlier discussion: https://codereview.chromiu
+#include <windows.h>
gab 2016/12/08 18:19:10 nit: just realized while doing the above search th
palmer 2016/12/08 22:29:58 Done.
+#endif
+
//
// Optional message capabilities
// -----------------------------

Powered by Google App Engine
This is Rietveld 408576698