| Index: chrome/common/mac/mock_launchd.cc
|
| diff --git a/chrome/common/mac/mock_launchd.cc b/chrome/common/mac/mock_launchd.cc
|
| index 49567476f02eb21112d8decb0ffc285a94e82f98..30fd383a574ff1775a37b0ff9afead45c181367b 100644
|
| --- a/chrome/common/mac/mock_launchd.cc
|
| +++ b/chrome/common/mac/mock_launchd.cc
|
| @@ -6,14 +6,15 @@
|
|
|
| #include <CoreFoundation/CoreFoundation.h>
|
| #include <errno.h>
|
| +#include <stddef.h>
|
| #include <sys/socket.h>
|
| #include <sys/un.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| #include "base/files/file_util.h"
|
| #include "base/mac/foundation_util.h"
|
| #include "base/mac/scoped_cftyperef.h"
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
|
|