| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 33b40081970466c5e39329e039ea1044ff0ba933..e8a8317e8361f8605ebc60b13e7f4211315772c8 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -7,7 +7,10 @@
|
| #ifndef CHROME_COMMON_CHROME_CONSTANTS_H_
|
| #define CHROME_COMMON_CHROME_CONSTANTS_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/files/file_path.h"
|
| +#include "build/build_config.h"
|
|
|
| #if defined(OS_WIN)
|
| #if defined(GOOGLE_CHROME_BUILD)
|
|
|