summaryrefslogtreecommitdiff
path: root/chromium/base/memory/shared_memory_handle.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/base/memory/shared_memory_handle.h')
-rw-r--r--chromium/base/memory/shared_memory_handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/base/memory/shared_memory_handle.h b/chromium/base/memory/shared_memory_handle.h
index c4e140e6126..22b9737b4b9 100644
--- a/chromium/base/memory/shared_memory_handle.h
+++ b/chromium/base/memory/shared_memory_handle.h
@@ -11,8 +11,8 @@
#include "build/build_config.h"
#if defined(OS_WIN)
-#include <windows.h>
#include "base/process/process_handle.h"
+#include "base/win/windows_types.h"
#elif defined(OS_MACOSX) && !defined(OS_IOS)
#include <mach/mach.h>
#include "base/base_export.h"