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

Unified Diff: ios/chrome/browser/ui/external_file_remover.h

Issue 2804703002: [ObjC ARC] Converts ios/chrome/browser/ui:ui_internal_arc to ARC. (Closed)
Patch Set: comments Created 3 years, 8 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/chrome/browser/ui/external_file_controller.mm ('k') | ios/chrome/browser/ui/external_file_remover.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/external_file_remover.h
diff --git a/ios/chrome/browser/ui/external_file_remover.h b/ios/chrome/browser/ui/external_file_remover.h
index f5cb769f6ffe8f1ac39f8e4fab1a814ea26d6f70..37a96f75ef20b78afbbc593a5de41f7736e65280 100644
--- a/ios/chrome/browser/ui/external_file_remover.h
+++ b/ios/chrome/browser/ui/external_file_remover.h
@@ -46,7 +46,7 @@ class ExternalFileRemover : public sessions::TabRestoreServiceObserver {
sessions::TabRestoreService* tabRestoreService_;
// BrowserViewController used to get the referenced files. Must outlive this
// object.
- BrowserViewController* bvc_;
+ __unsafe_unretained BrowserViewController* bvc_;
// Used to ensure |Remove()| is not run when this object is destroyed.
base::WeakPtrFactory<ExternalFileRemover> weak_ptr_factory_;
// Loads the |tabRestoreService_| if necessary. Removes all files received
« no previous file with comments | « ios/chrome/browser/ui/external_file_controller.mm ('k') | ios/chrome/browser/ui/external_file_remover.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698