Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(469)

Unified Diff: sync/internal_api/public/http_bridge.h

Issue 10699044: [Sync] Move sync/{internal_api,syncable} into syncer namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698