| Index: util/mac/launchd_test.mm
|
| diff --git a/util/mac/launchd_test.mm b/util/mac/launchd_test.mm
|
| index 8f60fc91a7250f38d43c25bfa7d5541e9d8b7fe1..0cfd03a5c36aac998815dbeef089036729cbf9ab 100644
|
| --- a/util/mac/launchd_test.mm
|
| +++ b/util/mac/launchd_test.mm
|
| @@ -16,13 +16,14 @@
|
|
|
| #import <Foundation/Foundation.h>
|
| #include <launch.h>
|
| +#include <stdint.h>
|
| #include <string.h>
|
|
|
| #include <cmath>
|
| #include <limits>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/mac/scoped_launch_data.h"
|
| +#include "base/macros.h"
|
| #include "gtest/gtest.h"
|
| #include "util/stdlib/objc.h"
|
|
|
|
|