| Index: chrome/app/chrome_exe_main_win.cc
|
| diff --git a/chrome/app/chrome_exe_main_win.cc b/chrome/app/chrome_exe_main_win.cc
|
| index c052283211333e2f4e936669c46390096d360070..2102ae1676d1a40c73f609b3226d11a70e7c7970 100644
|
| --- a/chrome/app/chrome_exe_main_win.cc
|
| +++ b/chrome/app/chrome_exe_main_win.cc
|
| @@ -5,6 +5,7 @@
|
| #include <windows.h>
|
| #include <malloc.h>
|
| #include <shellscalingapi.h>
|
| +#include <stddef.h>
|
| #include <tchar.h>
|
|
|
| #include <algorithm>
|
| @@ -15,6 +16,7 @@
|
| #include "base/files/file_path.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "base/win/windows_version.h"
|
|
|