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

Unified Diff: extensions/common/permissions/permission_message_test_util.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: extensions/common/permissions/permission_message_test_util.cc
diff --git a/extensions/common/permissions/permission_message_test_util.cc b/extensions/common/permissions/permission_message_test_util.cc
index 47e99138afc460701289642b36acd371c42fdcda..32890fd079ddc6404c4188dc19eba2ddc452ad31 100644
--- a/extensions/common/permissions/permission_message_test_util.cc
+++ b/extensions/common/permissions/permission_message_test_util.cc
@@ -102,7 +102,7 @@ base::string16 MessagesVectorToString(
if (messages.empty())
return base::ASCIIToUTF16("\n");
return base::ASCIIToUTF16("\"") +
- JoinString(messages, base::ASCIIToUTF16("\"\n\"")) +
+ base::JoinString(messages, base::ASCIIToUTF16("\"\n\"")) +
base::ASCIIToUTF16("\"\n");
}
« no previous file with comments | « extensions/common/features/base_feature_provider.cc ('k') | extensions/common/permissions/socket_permission_entry.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698