| Index: ios/web/web_state/crw_pass_kit_downloader.mm
|
| diff --git a/ios/web/web_state/crw_pass_kit_downloader.mm b/ios/web/web_state/crw_pass_kit_downloader.mm
|
| index 0bc4a4af317fdb5a8469203279f708b0bd20f70d..32c7b87bd69c6469db25f6ca12659d5b6cd5463c 100644
|
| --- a/ios/web/web_state/crw_pass_kit_downloader.mm
|
| +++ b/ios/web/web_state/crw_pass_kit_downloader.mm
|
| @@ -6,7 +6,6 @@
|
|
|
| #include <memory>
|
|
|
| -#import "base/ios/weak_nsobject.h"
|
| #include "base/mac/scoped_block.h"
|
| #include "base/macros.h"
|
| #include "base/metrics/histogram.h"
|
| @@ -79,7 +78,7 @@ class PassKitFetcherDelegate : public URLFetcherDelegate {
|
| }
|
|
|
| private:
|
| - base::WeakNSObject<CRWPassKitDownloader> owner_;
|
| + __weak CRWPassKitDownloader* owner_;
|
| DISALLOW_COPY_AND_ASSIGN(PassKitFetcherDelegate);
|
| };
|
|
|
|
|