Chromium Code Reviews| Index: components/subresource_filter/core/common/activation_state.h |
| diff --git a/components/subresource_filter/core/common/activation_state.h b/components/subresource_filter/core/common/activation_state.h |
| index 6a92e41193648e423374e8b554d08b0db195ac7f..4f568d502e70f36b9858f95edd5871cd7dfbcd48 100644 |
| --- a/components/subresource_filter/core/common/activation_state.h |
| +++ b/components/subresource_filter/core/common/activation_state.h |
| @@ -16,7 +16,7 @@ enum class ActivationState { |
| // allowed to proceed regardless. Used for stability and performance testing. |
| DRYRUN, |
| ENABLED, |
| - LAST = ENABLED |
| + LAST = ENABLED, |
| }; |
| // For logging use only. |