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

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

Issue 291653007: Cleanup, mostly replacing uses of SplitStringUsingSubstr() with SplitString(), (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months 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 e5c8d77e10de9ed717ec38975a791aef1a5d7935..e969376c8c6d05292465f959d4a87b410c2353b8 100644
--- a/chrome/installer/util/google_update_experiment_util.h
+++ b/chrome/installer/util/google_update_experiment_util.h
@@ -19,9 +19,8 @@ namespace google_update {
extern const wchar_t kExperimentLabels[];
#endif
-// The separator used to separate items in kExperimentLabels. This is a UTF-8
-// string because it is used on platforms other than Windows.
-extern const char kExperimentLabelSep[];
+// The separator used to separate items in kExperimentLabels.
+extern const base::char16 kExperimentLabelSeparator;
} // namespace google_update
« no previous file with comments | « chrome/installer/gcapi/gcapi_omaha_experiment_test.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