Index: chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h |
diff --git a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h |
index 321666d9f7fe6547994fd204d4d033f8f0f1e93e..a1879ea02d9c96a01e12726724915d66059bc2f3 100644 |
--- a/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h |
+++ b/chrome/browser/ui/cocoa/autofill/password_generation_popup_view_cocoa.h |
@@ -23,7 +23,7 @@ class AutofillPopupController; |
: AutofillPopupBaseViewCocoa <NSTextViewDelegate> { |
@private |
// The cross-platform controller for this view. |
- __weak autofill::PasswordGenerationPopupController* controller_; |
+ autofill::PasswordGenerationPopupController* controller_; // weak |
base::scoped_nsobject<NSView> passwordSection_; |
base::scoped_nsobject<NSTextField> passwordField_; |