| Index: content/common/origin_trials/trial_token.cc
|
| diff --git a/content/common/origin_trials/trial_token.cc b/content/common/origin_trials/trial_token.cc
|
| index e44f6f046a2c712eaa6144f10d5aec51d9c4e9bf..5b602c0b856870e29fbf308097430a1665562edc 100644
|
| --- a/content/common/origin_trials/trial_token.cc
|
| +++ b/content/common/origin_trials/trial_token.cc
|
| @@ -25,7 +25,7 @@ namespace {
|
| // Version 1 is the only token version currently supported
|
| const uint8_t kVersion1 = 1;
|
|
|
| -const char* kFieldSeparator = "|";
|
| +const char kFieldSeparator[] = "|";
|
|
|
| } // namespace
|
|
|
|
|