summaryrefslogtreecommitdiffstats
path: root/chrome/browser/mac
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/mac')
-rw-r--r--chrome/browser/mac/install_from_dmg.mm2
-rw-r--r--chrome/browser/mac/keystone_glue.h1
-rw-r--r--chrome/browser/mac/keystone_registration.h1
-rw-r--r--chrome/browser/mac/mac_startup_profiler.h1
-rw-r--r--chrome/browser/mac/relauncher.cc2
5 files changed, 5 insertions, 2 deletions
diff --git a/chrome/browser/mac/install_from_dmg.mm b/chrome/browser/mac/install_from_dmg.mm
index c1d68ea..9ffd80f 100644
--- a/chrome/browser/mac/install_from_dmg.mm
+++ b/chrome/browser/mac/install_from_dmg.mm
@@ -18,7 +18,6 @@
#include <unistd.h>
#include "base/auto_reset.h"
-#include "base/basictypes.h"
#include "base/command_line.h"
#include "base/files/file_path.h"
#include "base/logging.h"
@@ -31,6 +30,7 @@
#include "base/mac/scoped_cftyperef.h"
#include "base/mac/scoped_ioobject.h"
#include "base/mac/scoped_nsautorelease_pool.h"
+#include "base/macros.h"
#include "base/strings/string_util.h"
#include "base/strings/stringprintf.h"
#include "base/strings/sys_string_conversions.h"
diff --git a/chrome/browser/mac/keystone_glue.h b/chrome/browser/mac/keystone_glue.h
index 1547975..912a1d9 100644
--- a/chrome/browser/mac/keystone_glue.h
+++ b/chrome/browser/mac/keystone_glue.h
@@ -10,6 +10,7 @@
#if defined(__OBJC__)
#import <Foundation/Foundation.h>
+#include <stdint.h>
#include "base/mac/scoped_authorizationref.h"
#import "base/mac/scoped_nsobject.h"
diff --git a/chrome/browser/mac/keystone_registration.h b/chrome/browser/mac/keystone_registration.h
index 3fa9197..72e52ed 100644
--- a/chrome/browser/mac/keystone_registration.h
+++ b/chrome/browser/mac/keystone_registration.h
@@ -7,6 +7,7 @@
#import <Foundation/Foundation.h>
#include <Security/Authorization.h>
+#include <stdint.h>
// Declarations of the Keystone registration bits needed here. From
// KSRegistration.h.
diff --git a/chrome/browser/mac/mac_startup_profiler.h b/chrome/browser/mac/mac_startup_profiler.h
index da36c60..d3ace2f 100644
--- a/chrome/browser/mac/mac_startup_profiler.h
+++ b/chrome/browser/mac/mac_startup_profiler.h
@@ -7,6 +7,7 @@
#include <map>
+#include "base/macros.h"
#include "base/memory/singleton.h"
#include "base/time/time.h"
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"