| Index: sandbox/win/src/policy_low_level.h
|
| diff --git a/sandbox/win/src/policy_low_level.h b/sandbox/win/src/policy_low_level.h
|
| index 7abc0ef3827558c481e1a4cf1e16dc67b0917578..6a62631311730d3585c59cd75267034a86e6655c 100644
|
| --- a/sandbox/win/src/policy_low_level.h
|
| +++ b/sandbox/win/src/policy_low_level.h
|
| @@ -82,9 +82,7 @@ class LowLevelPolicy {
|
| public:
|
| // policy_store: must contain allocated memory and the internal
|
| // size fields set to correct values.
|
| - explicit LowLevelPolicy(PolicyGlobal* policy_store)
|
| - : policy_store_(policy_store) {
|
| - }
|
| + explicit LowLevelPolicy(PolicyGlobal* policy_store);
|
|
|
| // Destroys all the policy rules.
|
| ~LowLevelPolicy();
|
|
|