| Index: chrome/browser/process_singleton_win.cc
|
| diff --git a/chrome/browser/process_singleton_win.cc b/chrome/browser/process_singleton_win.cc
|
| index 623aa7f42f7fa58e7de77cc2f816b7b33ddf4484..4aea500593784c99fe2cd2ddf01b518e02ea314b 100644
|
| --- a/chrome/browser/process_singleton_win.cc
|
| +++ b/chrome/browser/process_singleton_win.cc
|
| @@ -5,11 +5,13 @@
|
| #include "chrome/browser/process_singleton.h"
|
|
|
| #include <shellapi.h>
|
| +#include <stddef.h>
|
|
|
| #include "base/base_paths.h"
|
| #include "base/bind.h"
|
| #include "base/command_line.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "base/process/process.h"
|
| #include "base/process/process_info.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|