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 bfcca2706e5103281cd7f95b6e7f89e0e38f1d08..0542c415c391bce8ac78f5c591916058831320d3 100644 |
--- a/chrome/browser/sync/engine/syncer_util.h |
+++ b/chrome/browser/sync/engine/syncer_util.h |
@@ -77,8 +77,6 @@ class SyncerUtil { |
static void UpdateLocalDataFromServerData(syncable::WriteTransaction* trans, |
syncable::MutableEntry* entry); |
- static VerifyCommitResult ValidateCommitEntry(syncable::Entry* entry); |
- |
static VerifyResult VerifyNewEntry(const SyncEntity& update, |
syncable::Entry* target, |
const bool deleted); |