Index: sandbox/win/src/sandbox_policy_base.h |
diff --git a/sandbox/win/src/sandbox_policy_base.h b/sandbox/win/src/sandbox_policy_base.h |
index a461bd711090094f228f353526a177cd34546939..0068553472b9d419d687cdebdca1d3eab157ad4a 100644 |
--- a/sandbox/win/src/sandbox_policy_base.h |
+++ b/sandbox/win/src/sandbox_policy_base.h |
@@ -90,7 +90,7 @@ class PolicyBase : public Dispatcher, public TargetPolicy { |
const AppContainerAttributes* GetAppContainer() const; |
- const PSID GetLowBoxSid() const; |
+ PSID GetLowBoxSid() const; |
// Adds a target process to the internal list of targets. Internally a |
// call to TargetProcess::Init() is issued. |