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

Unified Diff: chrome/browser/win/enumerate_modules_model.h

Issue 2911033002: Remove raw base::DictionaryValue::Set (Closed)
Patch Set: Proper Windows Fix Created 3 years, 6 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/ui/webui/conflicts_handler.cc ('k') | chrome/browser/win/enumerate_modules_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/ui/webui/conflicts_handler.cc ('k') | chrome/browser/win/enumerate_modules_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698