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

Unified Diff: sync/syncable/mutable_entry.h

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/syncable/mutable_entry.h
diff --git a/sync/syncable/mutable_entry.h b/sync/syncable/mutable_entry.h
index 773531b3b57f4746d3964a7ccf30499080a72003..13fb515d4fef2154d305a280fe1659f14fafcd3c 100644
--- a/sync/syncable/mutable_entry.h
+++ b/sync/syncable/mutable_entry.h
@@ -9,7 +9,7 @@
#include "sync/syncable/entry.h"
#include "sync/syncable/metahandle_set.h"
-namespace csync {
+namespace syncer {
class WriteNode;
}
@@ -89,7 +89,7 @@ class MutableEntry : public Entry {
private:
friend class Directory;
friend class WriteTransaction;
- friend class csync::WriteNode;
+ friend class syncer::WriteNode;
// Don't allow creation on heap, except by sync API wrappers.
void* operator new(size_t size) { return (::operator new)(size); }

Powered by Google App Engine
This is Rietveld 408576698