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 df31b7f776167245da43ee046f06dc0d660c72dc..5aa201af654c2a3157fc3e7c6d714909759c011e 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> |
@@ -64,4 +64,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_ |