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

Unified Diff: chrome/test/automation/autocomplete_edit_proxy.cc

Issue 6306011: Remove wstring from autocomplete. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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: chrome/test/automation/autocomplete_edit_proxy.cc
===================================================================
--- chrome/test/automation/autocomplete_edit_proxy.cc (revision 72388)
+++ chrome/test/automation/autocomplete_edit_proxy.cc (working copy)
@@ -14,7 +14,7 @@
using base::TimeDelta;
using base::TimeTicks;
-bool AutocompleteEditProxy::GetText(std::wstring* text) const {
+bool AutocompleteEditProxy::GetText(string16* text) const {
if (!is_valid())
return false;
if (!text) {
@@ -36,7 +36,7 @@
return edit_exists;
}
-bool AutocompleteEditProxy::SetText(const std::wstring& text) {
+bool AutocompleteEditProxy::SetText(const string16& text) {
if (!is_valid())
return false;
bool result = false;
Property changes on: chrome/test/automation/autocomplete_edit_proxy.cc
___________________________________________________________________
Deleted: svn:mergeinfo

Powered by Google App Engine
This is Rietveld 408576698