| Index: chrome/app/chrome_crash_reporter_client.h
|
| diff --git a/chrome/app/chrome_crash_reporter_client.h b/chrome/app/chrome_crash_reporter_client.h
|
| index 26a6d2b84f9e30f4b345fa3ce42dde21d4e98e1f..0fcffd3ba2e583478158bb807d740f97946557fe 100644
|
| --- a/chrome/app/chrome_crash_reporter_client.h
|
| +++ b/chrome/app/chrome_crash_reporter_client.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef CHROME_APP_CHROME_CRASH_REPORTER_CLIENT_H_
|
| #define CHROME_APP_CHROME_CRASH_REPORTER_CLIENT_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stddef.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| +#include "build/build_config.h"
|
| #include "components/crash/content/app/crash_reporter_client.h"
|
|
|
| namespace browser_watcher {
|
|
|