| OLD | NEW |
| (Empty) | |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. |
| 4 |
| 5 #include "ios/chrome/browser/native_app_launcher/ios_appstore_ids.h" |
| 6 |
| 7 const char kIOSAppStoreGmail[] = "422689480"; |
| 8 const char kIOSAppStoreGoogleDocs[] = "842842640"; |
| 9 const char kIOSAppStoreGoogleDrive[] = "507874739"; |
| 10 const char kIOSAppStoreGoogleMaps[] = "585027354"; |
| 11 const char kIOSAppStoreGooglePhotos[] = "962194608"; |
| 12 const char kIOSAppStoreGooglePlayMusic[] = "691797987"; |
| 13 const char kIOSAppStoreGooglePlus[] = "447119634"; |
| 14 const char kIOSAppStoreGoogleSheets[] = "842849113"; |
| 15 const char kIOSAppStoreGoogleSlides[] = "879478102"; |
| 16 const char kIOSAppStoreSpaces[] = "1025159334"; |
| 17 const char kIOSAppStoreTestFlight[] = "899247664"; |
| 18 const char kIOSAppStoreYouTube[] = "544007664"; |
| OLD | NEW |