| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index f61a4a5690939e8af2807cd5090579f487f8d394..9cb226247513989e4358105f851cd02f7899e750 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -4,12 +4,15 @@
|
|
|
| #include "chrome/app/chrome_main_delegate.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/base_paths.h"
|
| #include "base/command_line.h"
|
| #include "base/cpu.h"
|
| #include "base/files/file_path.h"
|
| #include "base/i18n/rtl.h"
|
| #include "base/lazy_instance.h"
|
| +#include "base/macros.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/metrics/statistics_recorder.h"
|
| #include "base/path_service.h"
|
|
|