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

Unified Diff: ipc/ipc_message_utils.h

Issue 100303003: Move more uses of string16 to specify base:: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « base/strings/string_util.cc ('k') | ipc/ipc_message_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_message_utils.h
diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h
index e9c0ba0b0b4dcab95b6f858ead552847425260de..24b38af68ee18c92b0829f7309d712658acd2c08 100644
--- a/ipc/ipc_message_utils.h
+++ b/ipc/ipc_message_utils.h
@@ -265,8 +265,8 @@ struct ParamTraits<std::wstring> {
// need this trait.
#if !defined(WCHAR_T_IS_UTF16)
template <>
-struct ParamTraits<string16> {
- typedef string16 param_type;
+struct ParamTraits<base::string16> {
+ typedef base::string16 param_type;
static void Write(Message* m, const param_type& p) {
m->WriteString16(p);
}
« no previous file with comments | « base/strings/string_util.cc ('k') | ipc/ipc_message_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698