| Index: chrome/browser/sync/engine/syncer_util.h
|
| diff --git a/chrome/browser/sync/engine/syncer_util.h b/chrome/browser/sync/engine/syncer_util.h
|
| index e500e6cfaf48aa824d1316578fe5b9451a05d097..fd9d8640807f2a3299e87fb64d613079a8a0c131 100644
|
| --- a/chrome/browser/sync/engine/syncer_util.h
|
| +++ b/chrome/browser/sync/engine/syncer_util.h
|
| @@ -76,7 +76,7 @@ class SyncerUtil {
|
|
|
| // This function is called on an entry when we can update the user-facing data
|
| // from the server data.
|
| - static void UpdateLocalDataFromServerData(syncable::WriteTransaction* trans,
|
| + static bool UpdateLocalDataFromServerData(syncable::WriteTransaction* trans,
|
| syncable::MutableEntry* entry);
|
|
|
| static VerifyCommitResult ValidateCommitEntry(syncable::Entry* entry);
|
|
|