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

Unified Diff: chrome/browser/chrome_browser_main.cc

Issue 2358723002: Convert FieldTrialList to Accept a std::unique_ptr (Closed)
Patch Set: Change Comment nullptr to null Created 4 years, 3 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
Index: chrome/browser/chrome_browser_main.cc
diff --git a/chrome/browser/chrome_browser_main.cc b/chrome/browser/chrome_browser_main.cc
index f17863dea9d53b107136f1781f8b37945477837c..af12ef54c5d7ed955683031acbc0058f07878e0c 100644
--- a/chrome/browser/chrome_browser_main.cc
+++ b/chrome/browser/chrome_browser_main.cc
@@ -799,8 +799,7 @@ void ChromeBrowserMainParts::SetupFieldTrials() {
DCHECK(!field_trial_list_);
field_trial_list_.reset(
new base::FieldTrialList(browser_process_->GetMetricsServicesManager()
- ->CreateEntropyProvider()
- .release()));
+ ->CreateEntropyProvider()));
const base::CommandLine* command_line =
base::CommandLine::ForCurrentProcess();
« no previous file with comments | « chrome/browser/autocomplete/search_provider_unittest.cc ('k') | chrome/browser/chrome_content_browser_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698