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

Unified Diff: ios/chrome/browser/translate/after_translate_infobar_controller.mm

Issue 1424713006: ios: Stop using __weak. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: ios/chrome/browser/translate/after_translate_infobar_controller.mm
diff --git a/ios/chrome/browser/translate/after_translate_infobar_controller.mm b/ios/chrome/browser/translate/after_translate_infobar_controller.mm
index 4d7516f4c96e4559216853621ecab8a672742cf3..2ae014e5e9888e8a7c87889365e88d9eeb5672da 100644
--- a/ios/chrome/browser/translate/after_translate_infobar_controller.mm
+++ b/ios/chrome/browser/translate/after_translate_infobar_controller.mm
@@ -17,7 +17,7 @@
#include "ui/gfx/image/image.h"
@interface AfterTranslateInfoBarController () {
- __weak translate::TranslateInfoBarDelegate* _translateInfoBarDelegate;
+ translate::TranslateInfoBarDelegate* _translateInfoBarDelegate; // weak
}
// Action for any of the user defined buttons.

Powered by Google App Engine
This is Rietveld 408576698