| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index 5983840cf380559f41bb7a958edf310e9ae9009e..9369e52e4243171238b2f0b1b5d6911d8e307d20 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -1168,7 +1168,7 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
| accountIdToRemove_ = SigninManagerFactory::GetForProfile(
|
| browser_->profile())->GetAuthenticatedAccountId();
|
| } else {
|
| - DCHECK(ContainsKey(currentProfileAccounts_, tag));
|
| + DCHECK(base::ContainsKey(currentProfileAccounts_, tag));
|
| accountIdToRemove_ = currentProfileAccounts_[tag];
|
| }
|
|
|
|
|