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

Unified Diff: chrome/common/metrics/variations/experiment_labels_win.h

Issue 105473003: Add explicit base namespace to string16 users. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/common/mac/app_mode_common.h ('k') | chrome/common/metrics/variations/experiment_labels_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/metrics/variations/experiment_labels_win.h
diff --git a/chrome/common/metrics/variations/experiment_labels_win.h b/chrome/common/metrics/variations/experiment_labels_win.h
index 1c6ae3945510800c6ea6246b1cfa253711fab81d..5df9e5a82b6ad2807b0885cf046f6621b691a576 100644
--- a/chrome/common/metrics/variations/experiment_labels_win.h
+++ b/chrome/common/metrics/variations/experiment_labels_win.h
@@ -13,20 +13,20 @@ namespace chrome_variations {
// Takes the list of active groups and builds the label for the ones that have
// Google Update VariationID associated with them. This will return an empty
// string if there are no such groups.
-string16 BuildGoogleUpdateExperimentLabel(
+base::string16 BuildGoogleUpdateExperimentLabel(
const base::FieldTrial::ActiveGroups& active_groups);
// Creates a final combined experiment labels string with |variation_labels|
// and |other_labels|, appropriately appending a separator based on their
// contents. It is assumed that |variation_labels| and |other_labels| do not
// have leading or trailing separators.
-string16 CombineExperimentLabels(const string16& variation_labels,
- const string16& other_labels);
+base::string16 CombineExperimentLabels(const base::string16& variation_labels,
+ const base::string16& other_labels);
// Takes the value of experiment_labels from the registry and returns a valid
// experiment_labels string value containing only the labels that are not
// associated with Chrome Variations.
-string16 ExtractNonVariationLabels(const string16& labels);
+base::string16 ExtractNonVariationLabels(const base::string16& labels);
} // namespace chrome_variations
« no previous file with comments | « chrome/common/mac/app_mode_common.h ('k') | chrome/common/metrics/variations/experiment_labels_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698