| Index: chrome/installer/util/app_command.cc
|
| diff --git a/chrome/installer/util/app_command.cc b/chrome/installer/util/app_command.cc
|
| index 66242b5fe325f8b97c6c6b16c3746e62c6a1df29..f2fddbcd0e0bc01c65c4cf028ff951e152840215 100644
|
| --- a/chrome/installer/util/app_command.cc
|
| +++ b/chrome/installer/util/app_command.cc
|
| @@ -4,7 +4,10 @@
|
|
|
| #include "chrome/installer/util/app_command.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/win/registry.h"
|
| #include "chrome/installer/util/google_update_constants.h"
|
| #include "chrome/installer/util/work_item_list.h"
|
|
|