summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/glue/password_change_processor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sync/glue/password_change_processor.cc')
-rw-r--r--chrome/browser/sync/glue/password_change_processor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/password_change_processor.cc b/chrome/browser/sync/glue/password_change_processor.cc
index a2fb04e..87efd19 100644
--- a/chrome/browser/sync/glue/password_change_processor.cc
+++ b/chrome/browser/sync/glue/password_change_processor.cc
@@ -175,7 +175,7 @@ void PasswordChangeProcessor::ApplyChangesFromSyncModel(
changes.Get().begin(); it != changes.Get().end(); ++it) {
if (sync_api::ChangeRecord::ACTION_DELETE ==
it->action) {
- DCHECK(it->specifics.HasExtension(sync_pb::password))
+ DCHECK(it->specifics.has_password())
<< "Password specifics data not present on delete!";
DCHECK(it->extra.get());
sync_api::ExtraPasswordChangeRecordData* extra =