Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6581)

Unified Diff: chrome/browser/sxs_linux.cc

Issue 1223153003: Move JoinString to the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | chrome/browser/sync/profile_sync_service_android_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698