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

Unified Diff: ios/web/web_state/crw_pass_kit_downloader.mm

Issue 2401683002: Removes WeakNSObject in ARC files in ios/web. (Closed)
Patch Set: Created 4 years, 2 months 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
« no previous file with comments | « ios/web/net/crw_ssl_status_updater.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « ios/web/net/crw_ssl_status_updater.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698