| Index: components/sync/engine/net/http_post_provider_interface.h
|
| diff --git a/components/sync/core/http_post_provider_interface.h b/components/sync/engine/net/http_post_provider_interface.h
|
| similarity index 91%
|
| rename from components/sync/core/http_post_provider_interface.h
|
| rename to components/sync/engine/net/http_post_provider_interface.h
|
| index 3a0906f01cd92b0f3f7e957680b338ba68f6a8f9..5e52b9c0dc95f953aa878eba5e9adf3338e74879 100644
|
| --- a/components/sync/core/http_post_provider_interface.h
|
| +++ b/components/sync/engine/net/http_post_provider_interface.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_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
|
| -#define COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#ifndef COMPONENTS_SYNC_ENGINE_NET_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#define COMPONENTS_SYNC_ENGINE_NET_HTTP_POST_PROVIDER_INTERFACE_H_
|
|
|
| #include <string>
|
|
|
| @@ -59,4 +59,4 @@ class HttpPostProviderInterface {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#endif // COMPONENTS_SYNC_ENGINE_NET_HTTP_POST_PROVIDER_INTERFACE_H_
|
|
|