| Index: chrome/app/chrome_main_delegate.cc
|
| diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
|
| index eb91daa5dfe352ea2ed2f2826cc22f957e202742..284d8b5304fb7378620e8b600c175d08160f9f32 100644
|
| --- a/chrome/app/chrome_main_delegate.cc
|
| +++ b/chrome/app/chrome_main_delegate.cc
|
| @@ -123,6 +123,11 @@
|
| #include "base/environment.h"
|
| #endif
|
|
|
| +#if defined(OS_LINUX) && !defined(OS_CHROMEOS)
|
| +// Include this without depending on it. Only linux should complain.
|
| +#include "components/os_crypt/os_crypt.h"
|
| +#endif
|
| +
|
| #if defined(OS_MACOSX) || defined(OS_WIN)
|
| #include "chrome/browser/policy/policy_path_parser.h"
|
| #endif
|
|
|