| Index: chrome/browser/app_mode/app_mode_utils.cc
|
| diff --git a/chrome/browser/app_mode/app_mode_utils.cc b/chrome/browser/app_mode/app_mode_utils.cc
|
| index 14c37bacff6eba4b0173acaa39fc6f5115ec4386..787ac4af28ba4e0e3a6fe1bc2237ab289a33e30d 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"
|
|
|
|
|