| Index: chrome/browser/extensions/component_migration_helper.cc
|
| diff --git a/chrome/browser/extensions/component_migration_helper.cc b/chrome/browser/extensions/component_migration_helper.cc
|
| index 3a3c1a3ef3190cc7b6d6057c893c00aed843f263..7de2caa9773e3e49033483107317284b888d23b4 100644
|
| --- a/chrome/browser/extensions/component_migration_helper.cc
|
| +++ b/chrome/browser/extensions/component_migration_helper.cc
|
| @@ -130,7 +130,7 @@ void ComponentMigrationHelper::OnExtensionReady(
|
| GetActionIdForExtensionId(extension_id);
|
| if (component_action_id.empty())
|
| return;
|
| - if (ContainsKey(enabled_actions_, component_action_id)) {
|
| + if (base::ContainsKey(enabled_actions_, component_action_id)) {
|
| UnloadExtension(extension_id);
|
| SetComponentActionPref(component_action_id, true);
|
|
|
|
|