| Index: chrome/installer/util/google_update_experiment_util.cc
|
| diff --git a/chrome/installer/util/google_update_experiment_util.cc b/chrome/installer/util/google_update_experiment_util.cc
|
| index 2171b474a6aa899c58755344a579c8d922891578..2bff96f54847750f6f539a838539fe383dea9b7a 100644
|
| --- a/chrome/installer/util/google_update_experiment_util.cc
|
| +++ b/chrome/installer/util/google_update_experiment_util.cc
|
| @@ -17,7 +17,7 @@ namespace google_update {
|
| const wchar_t kExperimentLabels[] = L"experiment_labels";
|
| #endif
|
|
|
| -const char kExperimentLabelSep[] = ";";
|
| +const base::char16 kExperimentLabelSeparator = ';';
|
|
|
| } // namespace google_update
|
|
|
|
|