Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / common / sandbox_win.h
index af8f218..7fe52a8 100644 (file)
@@ -5,9 +5,12 @@
 #ifndef CONTENT_COMMON_SANDBOX_WIN_H_
 #define CONTENT_COMMON_SANDBOX_WIN_H_
 
+#include "content/common/content_export.h"
 #include "sandbox/win/src/security_level.h"
 
+namespace base {
 class CommandLine;
+}
 
 namespace sandbox {
 class BrokerServices;
@@ -19,7 +22,7 @@ namespace content {
 
 // Wrapper around sandbox::TargetPolicy::SetJobLevel that checks if the sandbox
 // should be let to run without a job object assigned.
-void SetJobLevel(const CommandLine& cmd_line,
+void SetJobLevel(const base::CommandLine& cmd_line,
                  sandbox::JobLevel job_level,
                  uint32 ui_exceptions,
                  sandbox::TargetPolicy* policy);