| Index: components/sync/core/http_post_provider_interface.h
|
| diff --git a/sync/internal_api/public/http_post_provider_interface.h b/components/sync/core/http_post_provider_interface.h
|
| similarity index 90%
|
| rename from sync/internal_api/public/http_post_provider_interface.h
|
| rename to components/sync/core/http_post_provider_interface.h
|
| index f3aefd7da7d3f117094d3449a8e54d32f734f9a9..b1ac384d1336cf86cb4a260a3d36a4ec7cb4c7b0 100644
|
| --- a/sync/internal_api/public/http_post_provider_interface.h
|
| +++ b/components/sync/core/http_post_provider_interface.h
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
|
| -#define SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#ifndef COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#define COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
|
|
|
| #include <string>
|
|
|
| -#include "sync/base/sync_export.h"
|
| +#include "components/sync/base/sync_export.h"
|
|
|
| namespace syncer {
|
|
|
| @@ -61,4 +61,4 @@ class SYNC_EXPORT HttpPostProviderInterface {
|
|
|
| } // namespace syncer
|
|
|
| -#endif // SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#endif // COMPONENTS_SYNC_CORE_HTTP_POST_PROVIDER_INTERFACE_H_
|
|
|