| 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_
|
|
|