Index: ios/web/public/test/response_providers/html_response_provider.mm |
diff --git a/ios/web/public/test/response_providers/html_response_provider.mm b/ios/web/public/test/response_providers/html_response_provider.mm |
index 690596c6748779a8513d860f317325b63a3c401c..cf09ede852886a17b8b8c01278594a12576d5cd2 100644 |
--- a/ios/web/public/test/response_providers/html_response_provider.mm |
+++ b/ios/web/public/test/response_providers/html_response_provider.mm |
@@ -2,9 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ios/web/public/test/response_providers/html_response_provider.h" |
+#import "ios/web/public/test/response_providers/html_response_provider.h" |
-#include "ios/web/public/test/response_providers/response_provider.h" |
+#import "ios/web/public/test/response_providers/response_provider.h" |
#include "url/gurl.h" |
HtmlResponseProvider::HtmlResponseProvider() |