| Index: ios/chrome/browser/ui/util/label_link_controller.h
|
| diff --git a/ios/chrome/browser/ui/util/label_link_controller.h b/ios/chrome/browser/ui/util/label_link_controller.h
|
| index 35e8928017d3f85eb8cc843f42d1673c8711764a..2fab7535283c01bbdad3efd6b7834faa279b7912 100644
|
| --- a/ios/chrome/browser/ui/util/label_link_controller.h
|
| +++ b/ios/chrome/browser/ui/util/label_link_controller.h
|
| @@ -45,8 +45,8 @@ class GURL;
|
| // attributed text accordingly.
|
| @property(nonatomic, retain) UIFont* linkFont;
|
|
|
| -// Creates a new controller for |label|, whose lifetime is expected to exceed
|
| -// that of the receiver. |action| is the block called for any tapped link.
|
| +// Creates a new controller for |label|, keeping a strong reference. |action| is
|
| +// the block called for any tapped link.
|
| - (instancetype)initWithLabel:(UILabel*)label
|
| action:(ProceduralBlockWithURL)action;
|
|
|
|
|