| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index bbefaa0ca59d34162a272759ddab58cf9e041b05..673666881bb09e18bfd4d99ae18dd46c1c860cb1 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -44,13 +44,12 @@
|
| #if defined(OS_WIN)
|
| #include "base/win/registry.h"
|
| #include "base/win/windows_version.h"
|
| -#elif defined(OS_MACOSX)
|
| -#include "components/nacl/common/nacl_sandbox_type_mac.h"
|
| #endif
|
|
|
| #if !defined(DISABLE_NACL)
|
| #include "components/nacl/common/nacl_constants.h"
|
| #include "components/nacl/common/nacl_process_type.h"
|
| +#include "components/nacl/common/nacl_sandbox_type.h"
|
| #endif
|
|
|
| #if defined(ENABLE_PLUGINS)
|
|
|