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

Unified Diff: components/sync/core/non_blocking_sync_common.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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: components/sync/core/non_blocking_sync_common.h
diff --git a/components/sync/core/non_blocking_sync_common.h b/components/sync/core/non_blocking_sync_common.h
index fe2e3443334f2b9bf142b127265859593f9e055c..6b8b7920b2540d1a95fadb6f24d7137112f3263a 100644
--- a/components/sync/core/non_blocking_sync_common.h
+++ b/components/sync/core/non_blocking_sync_common.h
@@ -14,7 +14,7 @@
#include "components/sync/api/entity_data.h"
#include "components/sync/protocol/sync.pb.h"
-namespace syncer {
+namespace syncer_v2 {
static const int64_t kUncommittedVersion = -1;
@@ -60,6 +60,6 @@ typedef std::vector<CommitRequestData> CommitRequestDataList;
typedef std::vector<CommitResponseData> CommitResponseDataList;
typedef std::vector<UpdateResponseData> UpdateResponseDataList;
-} // namespace syncer
+} // namespace syncer_v2
#endif // COMPONENTS_SYNC_CORE_NON_BLOCKING_SYNC_COMMON_H_
« no previous file with comments | « components/sync/core/model_type_store_impl_unittest.cc ('k') | components/sync/core/non_blocking_sync_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698