| Index: chrome/browser/automation/testing_automation_provider.h
|
| ===================================================================
|
| --- chrome/browser/automation/testing_automation_provider.h (revision 72382)
|
| +++ chrome/browser/automation/testing_automation_provider.h (working copy)
|
| @@ -138,11 +138,11 @@
|
|
|
| // Retrieves the visible text from the autocomplete edit.
|
| void GetAutocompleteEditText(int autocomplete_edit_handle,
|
| - bool* success, string16* text);
|
| + bool* success, std::wstring* text);
|
|
|
| // Sets the visible text from the autocomplete edit.
|
| void SetAutocompleteEditText(int autocomplete_edit_handle,
|
| - const string16& text,
|
| + const std::wstring& text,
|
| bool* success);
|
|
|
| // Retrieves if a query to an autocomplete provider is in progress.
|
| @@ -689,9 +689,9 @@
|
|
|
| // Return the map from the internal data representation to the string value
|
| // of auto fill fields and credit card fields.
|
| - static std::map<AutoFillFieldType, std::string>
|
| + static std::map<AutoFillFieldType, std::wstring>
|
| GetAutoFillFieldToStringMap();
|
| - static std::map<AutoFillFieldType, std::string>
|
| + static std::map<AutoFillFieldType, std::wstring>
|
| GetCreditCardFieldToStringMap();
|
|
|
| // Get a list of active HTML5 notifications.
|
|
|