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 |