summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_mode/app_mode_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/app_mode/app_mode_utils.cc')
-rw-r--r--chrome/browser/app_mode/app_mode_utils.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/app_mode/app_mode_utils.cc b/chrome/browser/app_mode/app_mode_utils.cc
index 14c37ba..787ac4a 100644
--- a/chrome/browser/app_mode/app_mode_utils.cc
+++ b/chrome/browser/app_mode/app_mode_utils.cc
@@ -4,9 +4,11 @@
#include "chrome/browser/app_mode/app_mode_utils.h"
-#include "base/basictypes.h"
+#include <stddef.h>
+
#include "base/command_line.h"
#include "base/logging.h"
+#include "base/macros.h"
#include "chrome/app/chrome_command_ids.h"
#include "chrome/common/chrome_switches.h"