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

Unified Diff: content/common/java_bridge_messages.h

Issue 102593002: Convert string16 to base::string16 in content. (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 | « content/common/input_messages.h ('k') | content/common/mac/attributed_string_coder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/java_bridge_messages.h
diff --git a/content/common/java_bridge_messages.h b/content/common/java_bridge_messages.h
index 7f2d8c11ac2b9cf9dc06db27c5c23851ab2f4765..6bb811631e0279b01fc8e26c3f59cdd8ce4e243f 100644
--- a/content/common/java_bridge_messages.h
+++ b/content/common/java_bridge_messages.h
@@ -18,12 +18,12 @@
// Sent from browser to renderer to add a Java object with the given name.
IPC_MESSAGE_ROUTED2(JavaBridgeMsg_AddNamedObject,
- string16 /* name */,
+ base::string16 /* name */,
content::NPVariant_Param) /* object */
// Sent from browser to renderer to remove a Java object with the given name.
IPC_MESSAGE_ROUTED1(JavaBridgeMsg_RemoveNamedObject,
- string16 /* name */)
+ base::string16 /* name */)
// Sent from renderer to browser to request a route ID for a renderer-side (ie
// JavaScript) object.
« no previous file with comments | « content/common/input_messages.h ('k') | content/common/mac/attributed_string_coder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698