Index: chrome_frame/test/net/fake_external_tab.cc |
=================================================================== |
--- chrome_frame/test/net/fake_external_tab.cc (revision 27993) |
+++ chrome_frame/test/net/fake_external_tab.cc (working copy) |
@@ -329,7 +329,7 @@ |
} |
void FilterDisabledTests() { |
- if (::testing::FLAGS_gtest_filter.GetLength() && |
+ if (::testing::FLAGS_gtest_filter.length() && |
::testing::FLAGS_gtest_filter.Compare("*") != 0) { |
// Don't override user specified filters. |
return; |