| Index: sync/engine/syncer_util.h
|
| diff --git a/sync/engine/syncer_util.h b/sync/engine/syncer_util.h
|
| index 026a237976bd7f8f9db697f2d29e71cea2153b08..39c03bfeae1e1d87f20bf7e85e6faa089f324fe0 100644
|
| --- a/sync/engine/syncer_util.h
|
| +++ b/sync/engine/syncer_util.h
|
| @@ -25,20 +25,10 @@ class SyncEntity;
|
|
|
| class SyncerUtil {
|
| public:
|
| - static void ChangeEntryIDAndUpdateChildren(
|
| - syncable::WriteTransaction* trans,
|
| - syncable::MutableEntry* entry,
|
| - const syncable::Id& new_id,
|
| - syncable::Directory::ChildHandles* children);
|
| -
|
| // Returns the number of unsynced entries.
|
| static int GetUnsyncedEntries(syncable::BaseTransaction* trans,
|
| std::vector<int64> *handles);
|
|
|
| - static void ChangeEntryIDAndUpdateChildren(syncable::WriteTransaction* trans,
|
| - syncable::MutableEntry* entry,
|
| - const syncable::Id& new_id);
|
| -
|
| // If the server sent down a client-tagged entry, or an entry whose
|
| // commit response was lost, it is necessary to update a local entry
|
| // with an ID that doesn't match the ID of the update. Here, we
|
|
|