| Index: chrome/browser/mac/relauncher.cc
|
| diff --git a/chrome/browser/mac/relauncher.cc b/chrome/browser/mac/relauncher.cc
|
| index ecf6d8767b53c5427b697e6e4933870e4bc41494..40ea5371bf90732f5c8ea768b4d9bb80bb158eee 100644
|
| --- a/chrome/browser/mac/relauncher.cc
|
| +++ b/chrome/browser/mac/relauncher.cc
|
| @@ -8,6 +8,7 @@
|
| #include <AvailabilityMacros.h>
|
| #include <crt_externs.h>
|
| #include <dlfcn.h>
|
| +#include <stddef.h>
|
| #include <string.h>
|
| #include <sys/event.h>
|
| #include <sys/time.h>
|
| @@ -17,7 +18,6 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_util.h"
|
| #include "base/files/scoped_file.h"
|
| #include "base/logging.h"
|
|
|