| Index: chrome/browser/web_applications/web_app_mac_unittest.mm
|
| diff --git a/chrome/browser/web_applications/web_app_mac_unittest.mm b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| index a8e8e6f73cd4a5cda192f6f78f4992ebd91c92a4..7a8815dcb8bdd187aa1b149c20fc93409d82e373 100644
|
| --- a/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| +++ b/chrome/browser/web_applications/web_app_mac_unittest.mm
|
| @@ -6,6 +6,7 @@
|
|
|
| #import <Cocoa/Cocoa.h>
|
| #include <errno.h>
|
| +#include <stddef.h>
|
| #include <sys/xattr.h>
|
|
|
| #include "base/command_line.h"
|
| @@ -13,6 +14,7 @@
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/mac/foundation_util.h"
|
| #include "base/mac/scoped_nsobject.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/path_service.h"
|
| #include "base/strings/sys_string_conversions.h"
|
|
|