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

Unified Diff: sync/syncable/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/entry.h
diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h
index 9ace7aefb72b7e9f21cb39138ca8e850f494f470..8a00f756050c7d341285decf25e8736ffe549afa 100644
--- a/sync/syncable/entry.h
+++ b/sync/syncable/entry.h
@@ -8,7 +8,7 @@
#include "sync/syncable/entry_kernel.h"
-namespace csync {
+namespace syncer {
class ReadNode;
}
@@ -141,7 +141,7 @@ class Entry {
private:
friend class Directory;
- friend class csync::ReadNode;
+ friend class syncer::ReadNode;
friend std::ostream& operator << (std::ostream& s, const Entry& e);
DISALLOW_COPY_AND_ASSIGN(Entry);

Powered by Google App Engine
This is Rietveld 408576698