diff options
Diffstat (limited to 'sync')
-rw-r--r-- | sync/syncable/model_type.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc index 4c75f91..83e803c 100644 --- a/sync/syncable/model_type.cc +++ b/sync/syncable/model_type.cc @@ -453,7 +453,7 @@ bool RealModelTypeToNotificationType(ModelType model_type, *notification_type = kNigoriNotificationType; return true; case APP_SETTINGS: - *notification_type = kAppNotificationType; + *notification_type = kAppSettingNotificationType; return true; case APPS: *notification_type = kAppNotificationType; |