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

Unified Diff: ios/web/net/clients/crw_js_injection_network_client.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: add missing #import Created 4 years 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
Index: ios/web/net/clients/crw_js_injection_network_client.mm
diff --git a/ios/web/net/clients/crw_js_injection_network_client.mm b/ios/web/net/clients/crw_js_injection_network_client.mm
index 2ce43e6494f1314c8be727e8ea9807c5c56caa7a..ebb635d707638ba7d7b774508e33ea1ddef5eacd 100644
--- a/ios/web/net/clients/crw_js_injection_network_client.mm
+++ b/ios/web/net/clients/crw_js_injection_network_client.mm
@@ -8,7 +8,7 @@
#include <stdint.h>
#include "base/logging.h"
-#include "base/mac/scoped_nsobject.h"
+#import "base/mac/scoped_nsobject.h"
#include "base/metrics/histogram.h"
#import "ios/net/crn_http_url_response.h"
#import "ios/third_party/blink/src/html_tokenizer.h"
« no previous file with comments | « ios/web/net/clients/crw_js_injection_network_client.h ('k') | ios/web/net/clients/crw_js_injection_network_client_factory.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698