| 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"
|
|
|