| Index: chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc
|
| diff --git a/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc b/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc
|
| index ccca4bfbc8f808d16307b5000e33b43953ce926f..75302a2b9e3ec383b494a6897950bfaaf9cbfe12 100644
|
| --- a/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc
|
| +++ b/chrome/browser/ui/toolbar/component_toolbar_actions_factory.cc
|
| @@ -83,6 +83,6 @@ void ComponentToolbarActionsFactory::UnloadExtension(
|
| if (registry->enabled_extensions().Contains(extension_id)) {
|
| service->UnloadExtension(
|
| extension_id,
|
| - extensions::UnloadedExtensionInfo::REASON_MIGRATED_TO_COMPONENT);
|
| + extensions::UnloadedExtensionReason::MIGRATED_TO_COMPONENT);
|
| }
|
| }
|
|
|