| Index: extensions/browser/api/declarative/rules_registry_service.cc
|
| diff --git a/extensions/browser/api/declarative/rules_registry_service.cc b/extensions/browser/api/declarative/rules_registry_service.cc
|
| index 94c572f3bc69d6d257be40945fc56db17ab251df..b1c235c1997e674673869695087209accc69d6a9 100644
|
| --- a/extensions/browser/api/declarative/rules_registry_service.cc
|
| +++ b/extensions/browser/api/declarative/rules_registry_service.cc
|
| @@ -215,7 +215,7 @@ void RulesRegistryService::OnExtensionLoaded(
|
| void RulesRegistryService::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) {
|
| + UnloadedExtensionReason reason) {
|
| NotifyRegistriesHelper(&RulesRegistry::OnExtensionUnloaded, extension);
|
| }
|
|
|
|
|