| Index: ios/web/public/test/http_server_inttest.mm
|
| diff --git a/ios/web/public/test/http_server_inttest.mm b/ios/web/public/test/http_server_inttest.mm
|
| index 41ecb432020308e4abdddf7399913c4de82fcd34..6e556e2d9585646580dcb9288ff65c03f8804a25 100644
|
| --- a/ios/web/public/test/http_server_inttest.mm
|
| +++ b/ios/web/public/test/http_server_inttest.mm
|
| @@ -11,12 +11,12 @@
|
| #include "base/strings/sys_string_conversions.h"
|
| #import "base/test/ios/wait_util.h"
|
| #import "ios/web/public/test/http_server.h"
|
| -#include "ios/web/public/test/response_providers/string_response_provider.h"
|
| +#import "ios/web/public/test/response_providers/string_response_provider.h"
|
| #import "ios/web/test/web_int_test.h"
|
| #import "net/base/mac/url_conversions.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "testing/gtest_mac.h"
|
| +#import "testing/gtest_mac.h"
|
|
|
| // A test fixture for verifying the behavior of web::test::HttpServer.
|
| typedef web::WebIntTest HttpServerTest;
|
|
|