Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Unified Diff: sync/syncable/model_type.cc

Issue 10825047: Fix a typo in RealModelTypeToNotificationType. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « chrome/browser/sync/test/integration/sync_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698