Index: chrome/browser/automation/testing_automation_provider_win.cc |
=================================================================== |
--- chrome/browser/automation/testing_automation_provider_win.cc (revision 73855) |
+++ chrome/browser/automation/testing_automation_provider_win.cc (working copy) |
@@ -82,7 +82,7 @@ |
void TestingAutomationProvider::GetWindowTitle(int handle, string16* text) { |
gfx::NativeWindow window = window_tracker_->GetResource(handle); |
- std::wstring result; |
+ string16 result; |
int length = ::GetWindowTextLength(window) + 1; |
::GetWindowText(window, WriteInto(&result, length), length); |
text->assign(WideToUTF16(result)); |
Property changes on: chrome/browser/automation/testing_automation_provider_win.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |