Chromium Code Reviews| Index: ios/chrome/browser/ui/autofill/autofill_client_ios.h |
| diff --git a/ios/chrome/browser/ui/autofill/autofill_client_ios.h b/ios/chrome/browser/ui/autofill/autofill_client_ios.h |
| index 68855edf85d95940027882e37d568f8987cfebf5..feacbdcc25f7b499e1778e8cae68c6ca79bfdc2f 100644 |
| --- a/ios/chrome/browser/ui/autofill/autofill_client_ios.h |
| +++ b/ios/chrome/browser/ui/autofill/autofill_client_ios.h |
| @@ -96,7 +96,7 @@ class AutofillClientIOS : public AutofillClient { |
| private: |
| ios::ChromeBrowserState* browser_state_; |
| infobars::InfoBarManager* infobar_manager_; |
| - id<AutofillClientIOSBridge> bridge_; // Weak |
| + __weak id<AutofillClientIOSBridge> bridge_; // Weak |
|
noyau (Ping after 24h)
2016/12/13 12:20:46
Remove the // weak comment?
stkhapugin
2016/12/13 13:37:19
Done.
|
| password_manager::PasswordGenerationManager* password_generation_manager_; |
| std::unique_ptr<IdentityProvider> identity_provider_; |
| CardUnmaskPromptControllerImpl unmask_controller_; |