| Index: win8/delegate_execute/chrome_util.cc
|
| diff --git a/win8/delegate_execute/chrome_util.cc b/win8/delegate_execute/chrome_util.cc
|
| index 247bb58b40b8a91c8881ecba9ba25b0ad99f325c..0a4e17797cd4bc6efe2e7b8e3b811d07e795b3a0 100644
|
| --- a/win8/delegate_execute/chrome_util.cc
|
| +++ b/win8/delegate_execute/chrome_util.cc
|
| @@ -7,6 +7,7 @@
|
| #include <windows.h>
|
| #include <atlbase.h>
|
| #include <shlobj.h>
|
| +#include <stddef.h>
|
|
|
| #include <algorithm>
|
| #include <limits>
|
| @@ -14,6 +15,7 @@
|
|
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| +#include "base/macros.h"
|
| #include "base/md5.h"
|
| #include "base/process/kill.h"
|
| #include "base/process/launch.h"
|
|
|