| Index: sync/internal_api/public/http_post_provider_interface.h
|
| diff --git a/sync/internal_api/public/http_post_provider_interface.h b/sync/internal_api/public/http_post_provider_interface.h
|
| index 378e18fc98f4a716c1e52bf3a3260aa628616219..3f5e74e259b01c534bbc098266085feeb96a200d 100644
|
| --- a/sync/internal_api/public/http_post_provider_interface.h
|
| +++ b/sync/internal_api/public/http_post_provider_interface.h
|
| @@ -8,7 +8,7 @@
|
|
|
| #include <string>
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| // An interface the embedding application (e.g. Chromium) implements to provide
|
| // required HTTP POST functionality to the syncer backend. This interface is
|
| @@ -58,6 +58,6 @@ class HttpPostProviderInterface {
|
| virtual ~HttpPostProviderInterface() {}
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_INTERFACE_H_
|
|
|