Index: chrome_frame/test/navigation_test.cc |
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc |
index d6e750fd107d0af5c68660c315b642d618a72fdc..16d4090898e6c1f77540e7e7ed1d1b75c932d19b 100644 |
--- a/chrome_frame/test/navigation_test.cc |
+++ b/chrome_frame/test/navigation_test.cc |
@@ -560,7 +560,7 @@ TEST_P(NavigationTransitionTest, FollowLink) { |
// gMock matcher which tests if a url is blank. |
MATCHER(BlankUrl, "is \"\" or NULL") { |
- return arg == NULL || wcslen(arg) == 0; |
+ return arg == NULL || *arg == L'\0'; |
} |
// Basic navigation test fixture which uses the MockIEEventSink. These tests |