| Index: extensions/browser/api/web_request/web_request_api.cc
|
| diff --git a/extensions/browser/api/web_request/web_request_api.cc b/extensions/browser/api/web_request/web_request_api.cc
|
| index 0d319f2e8f73693beb660ec20a39389e38cb7519..986480b7ba2474992d18cc6b9a05bde1730e0fc3 100644
|
| --- a/extensions/browser/api/web_request/web_request_api.cc
|
| +++ b/extensions/browser/api/web_request/web_request_api.cc
|
| @@ -1835,7 +1835,7 @@ bool ExtensionWebRequestEventRouter::ProcessDeclarativeRules(
|
| : RulesRegistryService::kDefaultRulesRegistryID;
|
|
|
| RulesRegistryKey rules_key(browser_context, rules_registry_id);
|
| - // If this check fails, check that the active stages are up-to-date in
|
| + // If this check fails, check that the active stages are up to date in
|
| // extensions/browser/api/declarative_webrequest/request_stage.h .
|
| DCHECK(request_stage & kActiveStages);
|
|
|
|
|