Chromium Code Reviews| 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 33d542f3209c66ccd18fac21d18fcee0e493631a..749f64f20a531747babe4346432b5ad8d205dc0a 100644 |
| --- a/chrome/installer/util/google_update_experiment_util.h |
| +++ b/chrome/installer/util/google_update_experiment_util.h |
| @@ -7,11 +7,15 @@ |
| #include "base/strings/string16.h" |
| +namespace base{ |
|
Alexei Svitkine (slow)
2013/11/05 23:05:23
Nit: space before {
gab
2013/11/06 16:39:10
Interesting that presubmit didn't catch that... Do
|
| +class Time; |
| +} |
| + |
| namespace installer { |
| // Constructs a date string in the format understood by Google Update for the |
| -// current time plus one year. |
| -string16 BuildExperimentDateString(); |
| +// |current_time| plus one year. |
| +string16 BuildExperimentDateString(const base::Time& current_time); |
| } // namespace installer |