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

Unified Diff: ios/chrome/browser/ios_chrome_main_parts.mm

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
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | net/disk_cache/backend_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ios_chrome_main_parts.mm
diff --git a/ios/chrome/browser/ios_chrome_main_parts.mm b/ios/chrome/browser/ios_chrome_main_parts.mm
index 02e0dbd394b98b52db014d28a6fbb02786773d88..5a7f051d528cc41134ff38794a673f3b1577ab33 100644
--- a/ios/chrome/browser/ios_chrome_main_parts.mm
+++ b/ios/chrome/browser/ios_chrome_main_parts.mm
@@ -201,8 +201,7 @@ void IOSChromeMainParts::SetUpMetricsAndFieldTrials() {
DCHECK(!field_trial_list_);
field_trial_list_.reset(
new base::FieldTrialList(application_context_->GetMetricsServicesManager()
- ->CreateEntropyProvider()
- .release()));
+ ->CreateEntropyProvider()));
const base::CommandLine* command_line =
base::CommandLine::ForCurrentProcess();
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | net/disk_cache/backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698