| Index: chrome/browser/sxs_linux.cc
|
| diff --git a/chrome/browser/sxs_linux.cc b/chrome/browser/sxs_linux.cc
|
| index 040011dc24cdb6de6094dc6d1edf4a6f9052a586..299069366b2ae3bd37e6e632675644ff14a62bf1 100644
|
| --- a/chrome/browser/sxs_linux.cc
|
| +++ b/chrome/browser/sxs_linux.cc
|
| @@ -81,7 +81,7 @@ bool DoAddChannelMarkToUserDataDir(const base::FilePath& user_data_dir) {
|
| user_data_dir_channels.push_back(product_channel_name);
|
| return base::ImportantFileWriter::WriteFileAtomically(
|
| channels_path,
|
| - JoinString(user_data_dir_channels, "\n"));
|
| + base::JoinString(user_data_dir_channels, "\n"));
|
| }
|
|
|
| } // namespace
|
|
|