Chromium Code Reviews| Index: ios/web_view/public/cwv_user_content_controller.h |
| diff --git a/ios/web_view/public/cwv_user_content_controller.h b/ios/web_view/public/cwv_user_content_controller.h |
| index 8a733feae0b6e67dda287a781ed158098666f57e..48d86a395dcbbfbbf2f80b7097d7b8c316275d7a 100644 |
| --- a/ios/web_view/public/cwv_user_content_controller.h |
| +++ b/ios/web_view/public/cwv_user_content_controller.h |
| @@ -7,6 +7,8 @@ |
| #import <Foundation/Foundation.h> |
| +#import "cwv_export.h" |
| + |
| @class CWVUserScript; |
| // Allows injecting custom scripts into CWVWebView created with the |