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

Unified Diff: sync/internal_api/http_bridge.cc

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/http_bridge.cc
diff --git a/sync/internal_api/http_bridge.cc b/sync/internal_api/http_bridge.cc
index 38223996864a7f01ed35fe8cae489779f38f1ff4..5c5073d456de83f1fd160e2c2c838b723ee3b3c5 100644
--- a/sync/internal_api/http_bridge.cc
+++ b/sync/internal_api/http_bridge.cc
@@ -19,7 +19,7 @@
#include "net/url_request/url_request_context.h"
#include "net/url_request/url_request_status.h"
-namespace browser_sync {
+namespace syncer {
HttpBridge::RequestContextGetter::RequestContextGetter(
net::URLRequestContextGetter* baseline_context_getter,
@@ -314,4 +314,4 @@ void HttpBridge::OnURLFetchComplete(const net::URLFetcher* source) {
http_post_completed_.Signal();
}
-} // namespace browser_sync
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698