| Index: ios/chrome/browser/chrome_paths.mm
|
| diff --git a/ios/chrome/browser/chrome_paths.mm b/ios/chrome/browser/chrome_paths.mm
|
| index 7de53b9862217a977eb129a30932c8d0c470873c..388c1687862b362dc48be4123d37ad677a7ed613 100644
|
| --- a/ios/chrome/browser/chrome_paths.mm
|
| +++ b/ios/chrome/browser/chrome_paths.mm
|
| @@ -13,6 +13,10 @@
|
| #include "components/gcm_driver/gcm_driver_constants.h"
|
| #include "ios/chrome/browser/chrome_paths_internal.h"
|
|
|
| +#if !defined(__has_feature) || !__has_feature(objc_arc)
|
| +#error "This file requires ARC support."
|
| +#endif
|
| +
|
| namespace ios {
|
| namespace {
|
|
|
|
|