| Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| index b4d66831e381592d2eb271c856f32758c16d15e9..7a399a732433aa5e1afc68e9a7b2b865eef4e7dc 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| @@ -275,8 +275,8 @@ void NewTabUI::RegisterUserPrefs(PrefService* prefs) {
|
| // static
|
| void NewTabUI::SetupFieldTrials() {
|
| scoped_refptr<base::FieldTrial> trial(
|
| - new base::FieldTrial(kWebStoreLinkExperiment, 3, "Disabled",
|
| - 2012, 6, 1));
|
| + base::FieldTrialList::GetFieldTrialInstance(
|
| + kWebStoreLinkExperiment, 3, "Disabled", NULL, 2012, 6, 1));
|
|
|
| // Try to give the user a consistent experience, if possible.
|
| if (base::FieldTrialList::IsOneTimeRandomizationEnabled())
|
|
|