| Index: chrome_frame/test/net/fake_external_tab.cc
|
| diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
|
| index d99276a35a588338179a1c76cd1667934e7836e3..d4475e7104d56de035318483aebe24f1074b8288 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;
|
| }
|
|
|