Index: chrome/browser/extensions/extension_sync_data.cc |
diff --git a/chrome/browser/extensions/extension_sync_data.cc b/chrome/browser/extensions/extension_sync_data.cc |
index bacf39c721a453894a7757ee9b4b7c0600e86617..6404e8b61ca690b75f3cea42094aaf779b885019 100644 |
--- a/chrome/browser/extensions/extension_sync_data.cc |
+++ b/chrome/browser/extensions/extension_sync_data.cc |
@@ -202,7 +202,7 @@ void ExtensionSyncData::ToAppSpecifics(sync_pb::AppSpecifics* specifics) const { |
static_cast<sync_pb::AppSpecifics::LaunchType>(launch_type_); |
// The corresponding validation of this value during processing of an |
- // AppSyncData is in ExtensionSyncService::ProcessAppSyncData. |
+ // ExtensionSyncData is in ExtensionSyncService::ApplySyncData. |
if (launch_type_ >= LAUNCH_TYPE_FIRST && launch_type_ < NUM_LAUNCH_TYPES && |
sync_pb::AppSpecifics_LaunchType_IsValid(sync_launch_type)) { |
specifics->set_launch_type(sync_launch_type); |