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

Unified Diff: base/logging.cc

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Respond to comments. 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.cc
diff --git a/base/logging.cc b/base/logging.cc
index 7bd6d63befca8244720bddd1ed5ba4d1771e68ed..4079e4d190c3cbaa74e7fee7ed26b2d6e782cdaa 100644
--- a/base/logging.cc
+++ b/base/logging.cc
@@ -13,7 +13,6 @@
#if defined(OS_WIN)
#include <io.h>
-#include <windows.h>
danakj 2016/12/09 04:52:05 and this comes back?
typedef HANDLE FileHandle;
typedef HANDLE MutexHandle;
// Windows warns on using write(). It prefers _write().

Powered by Google App Engine
This is Rietveld 408576698