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

Unified Diff: ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.mm

Issue 2574463002: [ObjC ARC] Converts ios/chrome/browser/infobars:infobars to ARC.\n\nAutomatically generated ARCMigr… (Closed)
Patch Set: retain-autorelease Created 4 years 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
Index: ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.mm
diff --git a/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.mm b/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.mm
index e83572c9f2b72555fcaf600b7813978054120199..66c83f885eea629394c1cc2a857f4c4415cc85c7 100644
--- a/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.mm
+++ b/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.mm
@@ -9,6 +9,7 @@
#include <memory>
#include <utility>
+#include "base/mac/scoped_nsobject.h"
#include "base/memory/ptr_util.h"
#include "base/strings/sys_string_conversions.h"
#include "components/infobars/core/infobar_manager.h"

Powered by Google App Engine
This is Rietveld 408576698