| Index: ios/web/public/test/http_server/html_response_provider_impl.h
|
| diff --git a/ios/web/public/test/response_providers/html_response_provider_impl.h b/ios/web/public/test/http_server/html_response_provider_impl.h
|
| similarity index 87%
|
| rename from ios/web/public/test/response_providers/html_response_provider_impl.h
|
| rename to ios/web/public/test/http_server/html_response_provider_impl.h
|
| index 298a49d3766cacf827a9f55382c4df156ae61cc6..896ad2717cf993091392d3a7b03b2782467ac700 100644
|
| --- a/ios/web/public/test/response_providers/html_response_provider_impl.h
|
| +++ b/ios/web/public/test/http_server/html_response_provider_impl.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_HTML_RESPONSE_PROVIDER_IMPL_H_
|
| -#define IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_HTML_RESPONSE_PROVIDER_IMPL_H_
|
| +#ifndef IOS_WEB_PUBLIC_TEST_HTTP_SERVER_HTML_RESPONSE_PROVIDER_IMPL_H_
|
| +#define IOS_WEB_PUBLIC_TEST_HTTP_SERVER_HTML_RESPONSE_PROVIDER_IMPL_H_
|
|
|
| #include <map>
|
| #include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#import "ios/web/public/test/response_providers/data_response_provider.h"
|
| -#import "ios/web/public/test/response_providers/response_provider.h"
|
| +#import "ios/web/public/test/http_server/data_response_provider.h"
|
| +#import "ios/web/public/test/http_server/response_provider.h"
|
| #include "net/http/http_response_headers.h"
|
| #include "net/http/http_status_code.h"
|
| #include "url/gurl.h"
|
| @@ -71,4 +71,4 @@ class HtmlResponseProviderImpl {
|
| const std::map<GURL, Response> responses_;
|
| };
|
|
|
| -#endif // IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_HTML_RESPONSE_PROVIDER_IMPL_H_
|
| +#endif // IOS_WEB_PUBLIC_TEST_HTTP_SERVER_HTML_RESPONSE_PROVIDER_IMPL_H_
|
|
|