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

Unified Diff: ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm

Issue 2822933004: [ObjC ARC] Converts ios/chrome/browser/ui/dialogs:dialogs_internal to ARC. (Closed)
Patch Set: Remove presentedDialogWebState ivar 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/dialogs/java_script_dialog_presenter_impl.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
diff --git a/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm b/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
index b3f75621b29b66c16dae57e03b6af6d995b45bc8..0ffb4d3ce4acb533e7db91bacf9f8fc462584836 100644
--- a/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
+++ b/ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.mm
@@ -4,7 +4,6 @@
#import "ios/chrome/browser/ui/dialogs/nsurl_protection_space_util.h"
-#import "base/mac/scoped_nsobject.h"
#include "base/numerics/safe_conversions.h"
#include "base/strings/sys_string_conversions.h"
#include "components/strings/grit/components_strings.h"
@@ -13,6 +12,10 @@
#include "url/gurl.h"
#include "url/scheme_host_port.h"
+#if !defined(__has_feature) || !__has_feature(objc_arc)
+#error "This file requires ARC support."
+#endif
+
namespace ios_internal {
namespace nsurlprotectionspace_util {
« no previous file with comments | « ios/chrome/browser/ui/dialogs/java_script_dialog_presenter_impl.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698