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

Unified Diff: sync/internal_api/base_node.cc

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments 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
« no previous file with comments | « sync/engine/verify_updates_command_unittest.cc ('k') | sync/internal_api/base_transaction.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/base_node.cc
diff --git a/sync/internal_api/base_node.cc b/sync/internal_api/base_node.cc
index 8af53cb689ae6f7bf71dc36572afafa3d7c8610b..7563d02a9ed2055bf36bdd4b3b333754288d2c31 100644
--- a/sync/internal_api/base_node.cc
+++ b/sync/internal_api/base_node.cc
@@ -28,7 +28,7 @@
using syncable::SPECIFICS;
using sync_pb::AutofillProfileSpecifics;
-namespace csync {
+namespace syncer {
// Helper function to look up the int64 metahandle of an object given the ID
// string.
@@ -255,7 +255,7 @@ DictionaryValue* BaseNode::GetDetailsAsValue() const {
DictionaryValue* node_info = GetSummaryAsValue();
node_info->SetString(
"modificationTime",
- csync::GetTimeDebugString(GetModificationTime()));
+ syncer::GetTimeDebugString(GetModificationTime()));
node_info->SetString("parentId", base::Int64ToString(GetParentId()));
// Specifics are already in the Entry value, so no need to duplicate
// it here.
@@ -352,4 +352,4 @@ void BaseNode::SetUnencryptedSpecifics(
unencrypted_data_.CopyFrom(specifics);
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/engine/verify_updates_command_unittest.cc ('k') | sync/internal_api/base_transaction.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698