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