Index: ios/web/public/test/response_providers/html_response_provider_impl.mm |
diff --git a/ios/web/public/test/response_providers/html_response_provider_impl.mm b/ios/web/public/test/response_providers/html_response_provider_impl.mm |
index 0ae64fec99b410f7b020c22a95ddc8d9d5a85579..543f1905c84af245152e1a1862d8149629b65b54 100644 |
--- a/ios/web/public/test/response_providers/html_response_provider_impl.mm |
+++ b/ios/web/public/test/response_providers/html_response_provider_impl.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_impl.h" |
+#import "ios/web/public/test/response_providers/html_response_provider_impl.h" |
-#include "ios/web/public/test/response_providers/response_provider.h" |
+#import "ios/web/public/test/response_providers/response_provider.h" |
#include "net/http/http_response_headers.h" |
#include "net/http/http_status_code.h" |
#include "url/gurl.h" |