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

Unified Diff: chrome/installer/util/google_update_experiment_util.h

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years 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
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
« no previous file with comments | « chrome/installer/util/google_chrome_sxs_distribution.cc ('k') | chrome/installer/util/google_update_experiment_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698