| Index: chrome/installer/util/google_update_experiment_util.h
|
| diff --git a/chrome/installer/util/google_update_experiment_util.h b/chrome/installer/util/google_update_experiment_util.h
|
| index 97b0195eedaf2bcfaa42cd3ecc762edcd1a8816d..e5c8d77e10de9ed717ec38975a791aef1a5d7935 100644
|
| --- a/chrome/installer/util/google_update_experiment_util.h
|
| +++ b/chrome/installer/util/google_update_experiment_util.h
|
| @@ -29,7 +29,7 @@ namespace installer {
|
|
|
| // Constructs a date string in the format understood by Google Update for the
|
| // |current_time| plus one year.
|
| -string16 BuildExperimentDateString(const base::Time& current_time);
|
| +base::string16 BuildExperimentDateString(const base::Time& current_time);
|
|
|
| } // namespace installer
|
|
|
|
|