Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(570)

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h

Issue 1407103008: mac: Stop using __weak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no ifdef Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h
index 24212726c4ef07faa813e7cb3dc45b333a4877ea..d9ea64bbf658e4443a5ee69bce115777c526d868 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_base_view_cocoa.h
@@ -15,7 +15,7 @@ class AutofillPopupViewDelegate;
@interface AutofillPopupBaseViewCocoa : BaseView {
@private
- __weak autofill::AutofillPopupViewDelegate* delegate_;
+ autofill::AutofillPopupViewDelegate* delegate_; // weak
}
- (NSColor*)backgroundColor;

Powered by Google App Engine
This is Rietveld 408576698