| Index: chrome/installer/util/delete_after_reboot_helper_unittest.cc
|
| diff --git a/chrome/installer/util/delete_after_reboot_helper_unittest.cc b/chrome/installer/util/delete_after_reboot_helper_unittest.cc
|
| index 1dd84332658638bc395942202395bfa08870454a..7dea3859c619dc213f232e0c18b6b878a554f10a 100644
|
| --- a/chrome/installer/util/delete_after_reboot_helper_unittest.cc
|
| +++ b/chrome/installer/util/delete_after_reboot_helper_unittest.cc
|
| @@ -4,8 +4,10 @@
|
|
|
| #include <windows.h>
|
| #include <shlobj.h>
|
| +#include <stddef.h>
|
|
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/win/registry.h"
|
|
|