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

Unified Diff: chrome/installer/util/user_experiment.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
« no previous file with comments | « chrome/installer/util/uninstall_metrics_unittest.cc ('k') | chrome/installer/util/user_experiment.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/user_experiment.h
diff --git a/chrome/installer/util/user_experiment.h b/chrome/installer/util/user_experiment.h
index 8a57e4e7a4e7876c42de8698a84d4c8e523fd180..98fce5f8eb9a3473a60b5ef9f482dd51daad171b 100644
--- a/chrome/installer/util/user_experiment.h
+++ b/chrome/installer/util/user_experiment.h
@@ -33,8 +33,8 @@ enum ToastUiFlags {
// experiments we show toasts to the user if they are inactive for a certain
// amount of time.
struct ExperimentDetails {
- string16 prefix; // The experiment code prefix for this experiment,
- // also known as the 'TV' part in 'TV80'.
+ base::string16 prefix; // The experiment code prefix for this experiment,
+ // also known as the 'TV' part in 'TV80'.
int flavor; // The flavor index for this experiment.
int heading; // The heading resource ID to use for this experiment.
int flags; // See ToastUIFlags above.
@@ -59,7 +59,7 @@ void LaunchBrowserUserExperiment(const CommandLine& base_command,
// The user has qualified for the inactive user toast experiment and this
// function just performs it.
void InactiveUserToastExperiment(int flavor,
- const string16& experiment_group,
+ const base::string16& experiment_group,
const Product& product,
const base::FilePath& application_path);
« no previous file with comments | « chrome/installer/util/uninstall_metrics_unittest.cc ('k') | chrome/installer/util/user_experiment.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698