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

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: 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/model_type.cc ('k') | sync/syncable/read_transaction.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/mutable_entry.h
diff --git a/sync/syncable/mutable_entry.h b/sync/syncable/mutable_entry.h
index 773531b3b57f4746d3964a7ccf30499080a72003..331ea1935c455d83d07ed037e614a8712d277214 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); }
@@ -114,6 +114,6 @@ class MutableEntry : public Entry {
// This function sets only the flags needed to get this entry to sync.
bool MarkForSyncing(syncable::MutableEntry* e);
-} // namespace syncable
+} // namespace syncable
#endif // SYNC_SYNCABLE_MUTABLE_ENTRY_H_
« no previous file with comments | « sync/syncable/model_type.cc ('k') | sync/syncable/read_transaction.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698