| Index: sync/internal_api/public/http_bridge.h
|
| diff --git a/sync/internal_api/public/http_bridge.h b/sync/internal_api/public/http_bridge.h
|
| index 74eaa2c1c9df2f6affc08324001eb7a415be482d..16d59d8794d92193957ab264ca2cf529091a8830 100644
|
| --- a/sync/internal_api/public/http_bridge.h
|
| +++ b/sync/internal_api/public/http_bridge.h
|
| @@ -29,7 +29,7 @@ class HttpResponseHeaders;
|
| class URLFetcher;
|
| }
|
|
|
| -namespace browser_sync {
|
| +namespace syncer {
|
|
|
| // A bridge between the syncer and Chromium HTTP layers.
|
| // Provides a way for the sync backend to use Chromium directly for HTTP
|
| @@ -227,6 +227,6 @@ class HttpBridgeFactory : public syncer::HttpPostProviderFactory {
|
| DISALLOW_COPY_AND_ASSIGN(HttpBridgeFactory);
|
| };
|
|
|
| -} // namespace browser_sync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_INTERNAL_API_PUBLIC_HTTP_BRIDGE_H_
|
|
|