| Index: components/update_client/url_request_post_interceptor.h
|
| diff --git a/components/update_client/test/url_request_post_interceptor.h b/components/update_client/url_request_post_interceptor.h
|
| similarity index 96%
|
| rename from components/update_client/test/url_request_post_interceptor.h
|
| rename to components/update_client/url_request_post_interceptor.h
|
| index d261160f611db1b5f76437cdb9a3190714b99e34..15672bcf6f52562cbd6ebfe3f3f5e762d263a43f 100644
|
| --- a/components/update_client/test/url_request_post_interceptor.h
|
| +++ b/components/update_client/url_request_post_interceptor.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 COMPONENTS_UPDATE_CLIENT_TEST_URL_REQUEST_POST_INTERCEPTOR_H_
|
| -#define COMPONENTS_UPDATE_CLIENT_TEST_URL_REQUEST_POST_INTERCEPTOR_H_
|
| +#ifndef COMPONENTS_UPDATE_CLIENT_URL_REQUEST_POST_INTERCEPTOR_H_
|
| +#define COMPONENTS_UPDATE_CLIENT_URL_REQUEST_POST_INTERCEPTOR_H_
|
|
|
| #include <stdint.h>
|
| #include <map>
|
| @@ -162,4 +162,4 @@ class PartialMatch : public URLRequestPostInterceptor::RequestMatcher {
|
|
|
| } // namespace update_client
|
|
|
| -#endif // COMPONENTS_UPDATE_CLIENT_TEST_URL_REQUEST_POST_INTERCEPTOR_H_
|
| +#endif // COMPONENTS_UPDATE_CLIENT_URL_REQUEST_POST_INTERCEPTOR_H_
|
|
|