| Index: chrome/browser/sxs_linux.cc
|
| diff --git a/chrome/browser/sxs_linux.cc b/chrome/browser/sxs_linux.cc
|
| index daf6f93724abb90b1bab8cc03802acc6c58da036..4b342609249bf2c56448b07054d067f7cbb4d351 100644
|
| --- a/chrome/browser/sxs_linux.cc
|
| +++ b/chrome/browser/sxs_linux.cc
|
| @@ -58,7 +58,7 @@ bool DoAddChannelMarkToUserDataDir(const base::FilePath& user_data_dir) {
|
| // and legitimate that it doesn't exist, e.g. for new profile or for profile
|
| // existing before channel marks have been introduced.
|
| std::string channels_contents;
|
| - if (file_util::ReadFileToString(channels_path, &channels_contents))
|
| + if (base::ReadFileToString(channels_path, &channels_contents))
|
| base::SplitString(channels_contents, '\n', &user_data_dir_channels);
|
|
|
| if (std::find(user_data_dir_channels.begin(),
|
|
|