| Index: extensions/common/manifest_handler.cc
|
| diff --git a/extensions/common/manifest_handler.cc b/extensions/common/manifest_handler.cc
|
| index 815146e30e1331a977b19210e786c859c62f45d8..537bb9a1f8b7e71c62c1216899c850cdd65c3d64 100644
|
| --- a/extensions/common/manifest_handler.cc
|
| +++ b/extensions/common/manifest_handler.cc
|
| @@ -227,7 +227,7 @@ void ManifestHandlerRegistry::SortManifestHandlers() {
|
| << "Extension manifest handler depends on unrecognized key "
|
| << prerequisites[i];
|
| // Prerequisite is in our map.
|
| - if (ContainsKey(priority_map_, prereq_iter->second.get()))
|
| + if (base::ContainsKey(priority_map_, prereq_iter->second.get()))
|
| unsatisfied--;
|
| }
|
| if (unsatisfied == 0) {
|
|
|