| Index: components/sync/engine_impl/syncer_util.h
|
| diff --git a/components/sync/engine_impl/syncer_util.h b/components/sync/engine_impl/syncer_util.h
|
| index 42abcb1b7a175a3e75fa58b87d2746c83109484d..264fae1e18d31b56a4bffca754f3df25250bfd01 100644
|
| --- a/components/sync/engine_impl/syncer_util.h
|
| +++ b/components/sync/engine_impl/syncer_util.h
|
| @@ -1,9 +1,6 @@
|
| // Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
| -//
|
| -// Utility functions manipulating syncable::Entries, intended for use by the
|
| -// syncer.
|
|
|
| #ifndef COMPONENTS_SYNC_ENGINE_IMPL_SYNCER_UTIL_H_
|
| #define COMPONENTS_SYNC_ENGINE_IMPL_SYNCER_UTIL_H_
|
| @@ -34,6 +31,9 @@ class ModelNeutralWriteTransaction;
|
|
|
| class Cryptographer;
|
|
|
| +// Utility functions manipulating syncable::Entries, intended for use by the
|
| +// syncer.
|
| +
|
| // 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
|
|
|