Index: chrome/browser/ui/cocoa/browser_window_controller.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.mm b/chrome/browser/ui/cocoa/browser_window_controller.mm |
index b33ec488621ba561c59ebb17e5724564451745a7..df853e0cd888b776d706ce12952c2191cb056fce 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.mm |
@@ -1795,7 +1795,7 @@ using content::WebContents; |
// ShowBubble. This should be unified. |
if (translateBubbleController_) { |
// When the user reads the advanced setting panel, the bubble should not be |
- // changed because he/she is focusing on the bubble. |
+ // changed because they are focusing on the bubble. |
if (translateBubbleController_.webContents == contents && |
translateBubbleController_.model->GetViewState() == |
TranslateBubbleModel::VIEW_STATE_ADVANCED) { |