Chromium Code Reviews| Index: ios/web/public/test/http_server/response_provider.h |
| diff --git a/ios/web/public/test/response_providers/response_provider.h b/ios/web/public/test/http_server/response_provider.h |
| similarity index 92% |
| rename from ios/web/public/test/response_providers/response_provider.h |
| rename to ios/web/public/test/http_server/response_provider.h |
| index 37b7ad7ed79ac99bd390f6aa32d063098f49bd36..645583de0e5a4617a93bf958a40f01fb4d08f8eb 100644 |
| --- a/ios/web/public/test/response_providers/response_provider.h |
| +++ b/ios/web/public/test/http_server/response_provider.h |
| @@ -2,8 +2,8 @@ |
| // 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_RESPONSE_PROVIDER_H_ |
| -#define IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_RESPONSE_PROVIDER_H_ |
| +#ifndef IOS_WEB_PUBLIC_TEST_HTTP_SERVER_RESPONSE_PROVIDER_H_ |
| +#define IOS_WEB_PUBLIC_TEST_HTTP_SERVER_RESPONSE_PROVIDER_H_ |
| #include <map> |
| #include <string> |
| @@ -75,11 +75,12 @@ class ResponseProvider { |
| const net::HttpStatusCode& http_status); |
| ResponseProvider(); |
| - virtual ~ResponseProvider() {}; |
| + virtual ~ResponseProvider(){}; |
|
Eugene But (OOO till 7-30)
2017/05/26 17:22:29
Dropping |;| will fix the formatting
baxley
2017/05/26 18:06:21
Done.
|
| + |
| private: |
| DISALLOW_COPY_AND_ASSIGN(ResponseProvider); |
| }; |
| } // namspace web |
| -#endif // IOS_WEB_PUBLIC_TEST_RESPONSE_PROVIDERS_RESPONSE_PROVIDER_H_ |
| +#endif // IOS_WEB_PUBLIC_TEST_HTTP_SERVER_RESPONSE_PROVIDER_H_ |