Index: chrome/browser/win/enumerate_modules_model.h |
diff --git a/chrome/browser/win/enumerate_modules_model.h b/chrome/browser/win/enumerate_modules_model.h |
index 9a212bd45ace0a7620957c686f9ea7d7d8e5c4da..7be732ea3b9cf7ac7804593782724040e8e80ad7 100644 |
--- a/chrome/browser/win/enumerate_modules_model.h |
+++ b/chrome/browser/win/enumerate_modules_model.h |
@@ -302,7 +302,7 @@ class EnumerateModulesModel { |
void ScanNow(bool background_mode); |
// Gets the whole module list as a ListValue. |
- base::ListValue* GetModuleList(); |
+ std::unique_ptr<base::ListValue> GetModuleList(); |
// Returns the site to which the user should be taken when the conflict bubble |
// or app menu item is clicked. For now this is simply chrome://conflicts, |