Index: chrome/common/automation_messages_internal.h |
=================================================================== |
--- chrome/common/automation_messages_internal.h (revision 72388) |
+++ chrome/common/automation_messages_internal.h (working copy) |
@@ -653,7 +653,7 @@ |
IPC_SYNC_MESSAGE_CONTROL1_2(AutomationMsg_AutocompleteEditGetText, |
int /* autocomplete edit handle */, |
bool /* the requested autocomplete edit exists */, |
- std::wstring /* omnibox text */) |
+ string16 /* omnibox text */) |
// This message sets the text being displayed in the AutocompleteEdit. The |
// first parameter is the handle to the omnibox and the second parameter is |
@@ -662,7 +662,7 @@ |
// completed. |
IPC_SYNC_MESSAGE_CONTROL2_1(AutomationMsg_AutocompleteEditSetText, |
int /* autocomplete edit handle */, |
- std::wstring /* text to set */, |
+ string16 /* text to set */, |
bool /* the requested autocomplete edit exists */) |
// This message requests if a query to a autocomplete provider is still in |
Property changes on: chrome/common/automation_messages_internal.h |
___________________________________________________________________ |
Deleted: svn:mergeinfo |