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

Unified Diff: ios/web/webui/url_data_source_ios.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
« no previous file with comments | « ios/web/webui/url_data_manager_ios_backend.mm ('k') | ios/web/webui/url_fetcher_block_adapter.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/webui/url_data_source_ios.mm
diff --git a/ios/web/webui/url_data_source_ios.mm b/ios/web/webui/url_data_source_ios.mm
index 2cad70a64a7fe7eef55d24169926942f4a5fdf7b..537b1436e5f00eb7e6a8a0fd838b5c535186a0a3 100644
--- a/ios/web/webui/url_data_source_ios.mm
+++ b/ios/web/webui/url_data_source_ios.mm
@@ -4,7 +4,7 @@
#include "ios/web/public/url_data_source_ios.h"
-#include "ios/web/public/web_client.h"
+#import "ios/web/public/web_client.h"
#include "ios/web/webui/url_data_manager_ios.h"
#include "net/url_request/url_request.h"
« no previous file with comments | « ios/web/webui/url_data_manager_ios_backend.mm ('k') | ios/web/webui/url_fetcher_block_adapter.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698