Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: ios/web/public/web_state/js/crw_js_injection_manager.h

Issue 2645603002: [ObjC ARC] Converts components/translate/ios/browser:browser to ARC. (Closed)
Patch Set: autorelease is not too good Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/ui/settings/translate_collection_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « ios/chrome/browser/ui/settings/translate_collection_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698