summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/test/net')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 35250c6..4c9fd19 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -168,7 +168,7 @@ class FakeMainDelegate : public content::ContentMainDelegate {
void FilterDisabledTests() {
if (::testing::FLAGS_gtest_filter.length() &&
- ::testing::FLAGS_gtest_filter.Compare("*") != 0) {
+ ::testing::FLAGS_gtest_filter != "*") {
// Don't override user specified filters.
return;
}