Index: sync/syncable/model_type.cc |
diff --git a/sync/syncable/model_type.cc b/sync/syncable/model_type.cc |
index 4c75f9158c4aaf1598dad6770253a4b4371aa7da..83e803cdd58c451f6b8eae1efa8e35e56e156203 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; |