summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/http_negotiate_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/http_negotiate_unittest.cc b/chrome_frame/test/http_negotiate_unittest.cc
index c56034b..d63b79b 100644
--- a/chrome_frame/test/http_negotiate_unittest.cc
+++ b/chrome_frame/test/http_negotiate_unittest.cc
@@ -70,7 +70,7 @@ TEST_F(HttpNegotiateTest, BeginningTransaction) {
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_;