| Index: chrome/app/main_dll_loader_win.cc
|
| diff --git a/chrome/app/main_dll_loader_win.cc b/chrome/app/main_dll_loader_win.cc
|
| index 95ae8b6066a70b81a9e5e5acdf22221ed5f83553..9bf3b6ed53ccdf72b25137c89aee4aa639ad06d5 100644
|
| --- a/chrome/app/main_dll_loader_win.cc
|
| +++ b/chrome/app/main_dll_loader_win.cc
|
| @@ -4,6 +4,7 @@
|
|
|
| #include <windows.h> // NOLINT
|
| #include <shlwapi.h> // NOLINT
|
| +#include <stddef.h>
|
| #include <userenv.h> // NOLINT
|
|
|
| #include "chrome/app/main_dll_loader_win.h"
|
| @@ -16,6 +17,7 @@
|
| #include "base/files/memory_mapped_file.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/string16.h"
|
|
|