Index: chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
diff --git a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
index 711fc741a47e5166783620ec333e4eddc3fdb791..78ccc2448ef150fe4175ad4e8fa045688754049d 100644 |
--- a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
+++ b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc |
@@ -428,5 +428,5 @@ scoped_ptr<base::ListValue> GetReadableFeedbackForSnapshot( |
l10n_util::GetStringUTF16(IDS_RESET_PROFILE_SETTINGS_EXTENSIONS), |
extension_names); |
} |
- return list.Pass(); |
+ return list; |
} |