diff options
Diffstat (limited to 'chrome/browser/mac/relauncher.cc')
-rw-r--r-- | chrome/browser/mac/relauncher.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/mac/relauncher.cc b/chrome/browser/mac/relauncher.cc index ecf6d87..40ea537 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" |