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

Unified Diff: ios/web/net/clients/crw_js_injection_network_client_unittest.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/clients/crw_js_injection_network_client_unittest.mm
diff --git a/ios/web/net/clients/crw_js_injection_network_client_unittest.mm b/ios/web/net/clients/crw_js_injection_network_client_unittest.mm
index b5353d5dc850920a0bff2287dfabf9143cf81972..8fe2424cf1899108e3cbcae9dd1827b8c6166699 100644
--- a/ios/web/net/clients/crw_js_injection_network_client_unittest.mm
+++ b/ios/web/net/clients/crw_js_injection_network_client_unittest.mm
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ios/web/net/clients/crw_js_injection_network_client.h"
+#import "ios/web/net/clients/crw_js_injection_network_client.h"
#import <Foundation/Foundation.h>
#include "base/files/file_path.h"
#include "base/files/file_util.h"
-#include "base/mac/scoped_nsobject.h"
+#import "base/mac/scoped_nsobject.h"
#include "base/path_service.h"
#include "base/strings/sys_string_conversions.h"
#import "ios/net/clients/crn_network_client_protocol.h"

Powered by Google App Engine
This is Rietveld 408576698