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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_popup_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_view_cocoa.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
index b140d054712f30bb79aaa1c52d17ce612e030ab5..6ddc71319907be627029205ebf2229b9bfcb6b70 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h
@@ -17,7 +17,7 @@ class AutofillPopupController;
@interface AutofillPopupViewCocoa : AutofillPopupBaseViewCocoa {
@private
// The cross-platform controller for this view.
- __weak autofill::AutofillPopupController* controller_;
+ autofill::AutofillPopupController* controller_; // weak
}
// Designated initializer.

Powered by Google App Engine
This is Rietveld 408576698