Index: chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm |
diff --git a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm |
index a841a94f7fe97f38e476ce2db2c80be6e395786b..60886a610d574a36d0ac1766c7ec34074abc1f4f 100644 |
--- a/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm |
+++ b/chrome/browser/ui/cocoa/profiles/avatar_base_controller.mm |
@@ -192,7 +192,7 @@ class ProfileInfoUpdateObserver : public ProfileInfoCacheObserver, |
// It has to happen here to prevent the view system from creating an empty |
// container. |
if (viewMode == profiles::BUBBLE_VIEW_MODE_FAST_PROFILE_CHOOSER && |
- profiles::HasProfileSwitchTargets(browser_->profile())) { |
+ !profiles::HasProfileSwitchTargets(browser_->profile())) { |
return; |
} |