Chromium Code Reviews| Index: ios/web/public/web_state/js/crw_js_injection_manager.h |
| diff --git a/ios/web/public/web_state/js/crw_js_injection_manager.h b/ios/web/public/web_state/js/crw_js_injection_manager.h |
| index 567c9e94fd952ccefce354657a9ba0a62cb04b1f..972c97a3501366880c1e18e8bc0ae32c49ff6a13 100644 |
| --- a/ios/web/public/web_state/js/crw_js_injection_manager.h |
| +++ b/ios/web/public/web_state/js/crw_js_injection_manager.h |
| @@ -8,8 +8,7 @@ |
| #import <Foundation/Foundation.h> |
| #import "ios/web/public/web_state/js/crw_js_injection_evaluator.h" |
| - |
| -@class CRWJSInjectionReceiver; |
| +#import "ios/web/public/web_state/js/crw_js_injection_receiver.h" |
|
noyau (Ping after 24h)
2017/01/19 12:33:52
Why change the @class to an import? Nothing else c
stkhapugin
2017/01/19 13:53:50
Done
|
| // This class defines the abstract interface for managing JavaScript |
| // Injection into a UIWebView. |