| Index: sync/internal_api/public/http_post_provider_interface.h
|
| diff --git a/sync/internal_api/http_post_provider_interface.h b/sync/internal_api/public/http_post_provider_interface.h
|
| similarity index 92%
|
| rename from sync/internal_api/http_post_provider_interface.h
|
| rename to sync/internal_api/public/http_post_provider_interface.h
|
| index 10b02b5319e7720c8d453e0167a497665c174748..469fb7d2b140836f7d831bc4baf2ecdae0f45239 100644
|
| --- a/sync/internal_api/http_post_provider_interface.h
|
| +++ b/sync/internal_api/public/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 SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
|
| -#define SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#ifndef SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#define SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
|
| #pragma once
|
|
|
| #include <string>
|
| @@ -63,4 +63,4 @@ class HttpPostProviderInterface {
|
|
|
| } // namespace sync_api
|
|
|
| -#endif // SYNC_INTERNAL_API_HTTP_POST_PROVIDER_INTERFACE_H_
|
| +#endif // SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
|
|
|