| Index: sync/internal_api/public/http_post_provider_factory.h
|
| diff --git a/sync/internal_api/public/http_post_provider_factory.h b/sync/internal_api/public/http_post_provider_factory.h
|
| index 709008d1641ee800106e0a358034fa30afd15d67..8c5a991ce96b548c28c1d49c9cb1c66c9aa90089 100644
|
| --- a/sync/internal_api/public/http_post_provider_factory.h
|
| +++ b/sync/internal_api/public/http_post_provider_factory.h
|
| @@ -6,7 +6,7 @@
|
| #define SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_FACTORY_H_
|
| #pragma once
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class HttpPostProviderInterface;
|
|
|
| @@ -29,6 +29,6 @@ class HttpPostProviderFactory {
|
| virtual void Destroy(HttpPostProviderInterface* http) = 0;
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_HTTP_POST_PROVIDER_FACTORY_H_
|
|
|