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

Unified Diff: tools/set_default_handler/set_default_handler_main.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
« no previous file with comments | « sql/recovery.cc ('k') | ui/app_list/search/history.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/set_default_handler/set_default_handler_main.cc
diff --git a/tools/set_default_handler/set_default_handler_main.cc b/tools/set_default_handler/set_default_handler_main.cc
index 8b4b343eefc9c50f0db28837e8624450f1022604..92edb6c11825afa053489fa48501e8eea397eba4 100644
--- a/tools/set_default_handler/set_default_handler_main.cc
+++ b/tools/set_default_handler/set_default_handler_main.cc
@@ -56,7 +56,7 @@ int wmain(int argc, wchar_t* argv[]) {
printf("success\n");
} else if (!choices.empty()) {
printf("failed to set program. possible choices: %ls\n",
- JoinString(choices, L", ").c_str());
+ base::JoinString(choices, L", ").c_str());
} else {
printf("failed with HRESULT: %0x08X\n", result);
}
« no previous file with comments | « sql/recovery.cc ('k') | ui/app_list/search/history.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698