| Index: chrome_frame/http_negotiate.cc
|
| diff --git a/chrome_frame/http_negotiate.cc b/chrome_frame/http_negotiate.cc
|
| index 962469438e3923808c146d793af2f93991e65332..835d0eb53cee063db3234f310ed4566594755481 100644
|
| --- a/chrome_frame/http_negotiate.cc
|
| +++ b/chrome_frame/http_negotiate.cc
|
| @@ -281,7 +281,7 @@ HRESULT HttpNegotiatePatch::BeginningTransaction(
|
| *additional_headers = reinterpret_cast<wchar_t*>(::CoTaskMemRealloc(
|
| *additional_headers,
|
| (updated_headers.length() + 1) * sizeof(wchar_t)));
|
| - lstrcpyW(*additional_headers, ASCIIToWide(updated_headers).c_str());
|
| + lstrcpyW(*additional_headers, base::ASCIIToWide(updated_headers).c_str());
|
| } else {
|
| // TODO(erikwright): Remove the user agent if it is present (i.e., because
|
| // of PostPlatform setting in the registry).
|
|
|