diff options
Diffstat (limited to 'chromium/content/browser/sandbox_parameters_mac.h')
-rw-r--r-- | chromium/content/browser/sandbox_parameters_mac.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/content/browser/sandbox_parameters_mac.h b/chromium/content/browser/sandbox_parameters_mac.h index f6bc8001dcd..98e44e08959 100644 --- a/chromium/content/browser/sandbox_parameters_mac.h +++ b/chromium/content/browser/sandbox_parameters_mac.h @@ -6,7 +6,7 @@ #define CONTENT_BROWSER_SANDBOX_PARAMETERS_MAC_H_ #include "content/common/content_export.h" -#include "services/service_manager/sandbox/sandbox_type.h" +#include "sandbox/policy/sandbox_type.h" namespace base { class CommandLine; @@ -22,7 +22,7 @@ namespace content { // This populates the sandbox parameters in the client for the given // |sandbox_type|. Some parameters may be extracted from the |command_line|. CONTENT_EXPORT void SetupSandboxParameters( - service_manager::SandboxType sandbox_type, + sandbox::policy::SandboxType sandbox_type, const base::CommandLine& command_line, sandbox::SeatbeltExecClient* client); |