Index: sandbox/win/src/sandbox_policy_base.cc |
diff --git a/sandbox/win/src/sandbox_policy_base.cc b/sandbox/win/src/sandbox_policy_base.cc |
index 17f52c588b87e0a931eb41bd71dcd8dd30b369d0..2b82f1064f9109f5ac3e393da8637253cafd3507 100644 |
--- a/sandbox/win/src/sandbox_policy_base.cc |
+++ b/sandbox/win/src/sandbox_policy_base.cc |
@@ -635,7 +635,7 @@ const AppContainerAttributes* PolicyBase::GetAppContainer() const { |
return appcontainer_list_.get(); |
} |
-const PSID PolicyBase::GetLowBoxSid() const { |
+PSID PolicyBase::GetLowBoxSid() const { |
return lowbox_sid_; |
} |