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

Unified Diff: sync/internal_api/write_node.cc

Issue 10698014: [Sync] Rename csync namespace to syncer (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/write_node.cc
diff --git a/sync/internal_api/write_node.cc b/sync/internal_api/write_node.cc
index bda63881310ded0172fa1f61e33a674b293c67cd..d1142b5e9507c083aa99539173326dc092a361d3 100644
--- a/sync/internal_api/write_node.cc
+++ b/sync/internal_api/write_node.cc
@@ -21,13 +21,13 @@
#include "sync/syncable/mutable_entry.h"
#include "sync/util/cryptographer.h"
-using csync::Cryptographer;
+using syncer::Cryptographer;
using std::string;
using std::vector;
using syncable::kEncryptedString;
using syncable::SPECIFICS;
-namespace csync {
+namespace syncer {
static const char kDefaultNameForNewNodes[] = " ";
@@ -205,7 +205,7 @@ void WriteNode::SetEntitySpecifics(
if (GetModelType() != syncable::UNSPECIFIED) {
DCHECK_EQ(new_specifics_type, GetModelType());
}
- csync::Cryptographer* cryptographer =
+ syncer::Cryptographer* cryptographer =
GetTransaction()->GetCryptographer();
// Preserve unknown fields.
@@ -509,4 +509,4 @@ void WriteNode::MarkForSyncing() {
syncable::MarkForSyncing(entry_);
}
-} // namespace csync
+} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698