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

Unified Diff: ios/web/net/web_http_protocol_handler_delegate.mm

Issue 2605913002: Fix include import in ios/web (Closed)
Patch Set: 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/web_http_protocol_handler_delegate.mm
diff --git a/ios/web/net/web_http_protocol_handler_delegate.mm b/ios/web/net/web_http_protocol_handler_delegate.mm
index a1701a44aeb0beebbb4764844cf78cf5a4aaa282..2296c08126f67f08d21c90cfbb32a2c9380e4b6e 100644
--- a/ios/web/net/web_http_protocol_handler_delegate.mm
+++ b/ios/web/net/web_http_protocol_handler_delegate.mm
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/net/web_http_protocol_handler_delegate.h"
+#import "ios/web/net/web_http_protocol_handler_delegate.h"
#import <Foundation/Foundation.h>
#import "ios/web/public/url_scheme_util.h"
-#include "ios/web/public/web_client.h"
+#import "ios/web/public/web_client.h"
#include "net/url_request/url_request_context_getter.h"
#include "url/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698