| Index: ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm
|
| diff --git a/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm b/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm
|
| index 672eaa3aa32e0f8833cf537e21669aa7058ffae6..330ee3c455c8c0088ead5c9c1bcda8a8f3209871 100644
|
| --- a/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm
|
| +++ b/ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm
|
| @@ -4,6 +4,10 @@
|
|
|
| #include "ios/chrome/browser/native_app_launcher/ios_appstore_ids.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| const char kIOSAppStoreGmail[] = "422689480";
|
| const char kIOSAppStoreGoogleDocs[] = "842842640";
|
| const char kIOSAppStoreGoogleDrive[] = "507874739";
|
|
|