| Index: chrome_frame/test/http_negotiate_unittest.cc
|
| ===================================================================
|
| --- chrome_frame/test/http_negotiate_unittest.cc (revision 69586)
|
| +++ chrome_frame/test/http_negotiate_unittest.cc (working copy)
|
| @@ -70,7 +70,7 @@
|
| std::wstring cf_tag(
|
| ASCIIToWide(http_utils::GetChromeFrameUserAgent()));
|
|
|
| - EXPECT_NE(std::wstring::npos, cf_ua.find(cf_tag));
|
| + EXPECT_NE(std::wstring::npos, cf_ua.find(L"chromeframe/"));
|
|
|
| struct TestCase {
|
| const std::wstring original_headers_;
|
|
|