| Index: ios/chrome/browser/storekit_launcher.h
|
| diff --git a/ios/chrome/browser/storekit_launcher.h b/ios/chrome/browser/storekit_launcher.h
|
| index 2e4167273a972eaca4013f8259a0e506496eda43..c3365f299a5d91518dcf2b07a329371c2d71c664 100644
|
| --- a/ios/chrome/browser/storekit_launcher.h
|
| +++ b/ios/chrome/browser/storekit_launcher.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef IOS_CHROME_BROWSER_STOREKIT_LAUNCHER_H_
|
| #define IOS_CHROME_BROWSER_STOREKIT_LAUNCHER_H_
|
|
|
| +@class NSString;
|
| +
|
| // Protocol to be implemented by a class that provides an access to the app
|
| // store with StoreKit.
|
| @protocol StoreKitLauncher
|
|
|