| Index: chrome/common/crash_keys.h
|
| diff --git a/chrome/common/crash_keys.h b/chrome/common/crash_keys.h
|
| index 262daed3cfa4937afbacf020a11cf4f7e71c45f5..01219e4668e01c645db6c0f21c898b432aa02174 100644
|
| --- a/chrome/common/crash_keys.h
|
| +++ b/chrome/common/crash_keys.h
|
| @@ -5,11 +5,15 @@
|
| #ifndef CHROME_COMMON_CRASH_KEYS_H_
|
| #define CHROME_COMMON_CRASH_KEYS_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/debug/crash_logging.h"
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
| #include "components/crash/core/common/crash_keys.h"
|
|
|
| namespace base {
|
|
|