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

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: 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/syncable/directory_backing_store_unittest.cc ('k') | sync/syncable/entry.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/entry.h
diff --git a/sync/syncable/entry.h b/sync/syncable/entry.h
index 9ace7aefb72b7e9f21cb39138ca8e850f494f470..374bb36f58a3ab4cd60bf98f8f5dd0126261caba 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);
@@ -149,6 +149,6 @@ class Entry {
std::ostream& operator<<(std::ostream& os, const Entry& entry);
-} // namespace syncable
+} // namespace syncable
#endif // SYNC_SYNCABLE_ENTRY_H_
« no previous file with comments | « sync/syncable/directory_backing_store_unittest.cc ('k') | sync/syncable/entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698