| Index: chrome/common/chrome_content_client.cc
|
| diff --git a/chrome/common/chrome_content_client.cc b/chrome/common/chrome_content_client.cc
|
| index d68448774851538a7ddb080a6127c7da413ea07e..5f19ea53c1a6f4fd654de7619654eb85a792e862 100644
|
| --- a/chrome/common/chrome_content_client.cc
|
| +++ b/chrome/common/chrome_content_client.cc
|
| @@ -46,7 +46,7 @@
|
| #include "base/win/windows_version.h"
|
| #include "sandbox/win/src/sandbox.h"
|
| #elif defined(OS_MACOSX)
|
| -#include "chrome/common/chrome_sandbox_type_mac.h"
|
| +#include "components/nacl/common/nacl_sandbox_type_mac.h"
|
| #endif
|
|
|
| #if defined(WIDEVINE_CDM_AVAILABLE) && defined(ENABLE_PEPPER_CDMS) && \
|
| @@ -489,7 +489,7 @@ bool ChromeContentClient::GetSandboxProfileForSandboxType(
|
| int sandbox_type,
|
| int* sandbox_profile_resource_id) const {
|
| DCHECK(sandbox_profile_resource_id);
|
| - if (sandbox_type == CHROME_SANDBOX_TYPE_NACL_LOADER) {
|
| + if (sandbox_type == NACL_SANDBOX_TYPE_NACL_LOADER) {
|
| *sandbox_profile_resource_id = IDR_NACL_SANDBOX_PROFILE;
|
| return true;
|
| }
|
|
|