| Index: chrome/browser/component_updater/pepper_flash_field_trial.cc
|
| diff --git a/chrome/browser/component_updater/pepper_flash_field_trial.cc b/chrome/browser/component_updater/pepper_flash_field_trial.cc
|
| index b624a6ecbd49aec0638d3c65ac8656e0ad63d594..4ce69df1a53d96670c2cca3e6dee9e281000edff 100644
|
| --- a/chrome/browser/component_updater/pepper_flash_field_trial.cc
|
| +++ b/chrome/browser/component_updater/pepper_flash_field_trial.cc
|
| @@ -18,8 +18,8 @@ const char* const kEnableGroupName = "EnableByDefault";
|
| void ActivateFieldTrial() {
|
| // The field trial will expire on Jan 1st, 2014.
|
| scoped_refptr<base::FieldTrial> trial(
|
| - new base::FieldTrial(kFieldTrialName, 1000, kDisableGroupName,
|
| - 2014, 1, 1));
|
| + base::FieldTrial::CreateInstance(kFieldTrialName, 1000, kDisableGroupName,
|
| + 2014, 1, 1));
|
|
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| if (command_line->HasSwitch(switches::kPpapiFlashFieldTrial)) {
|
|
|