diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-03 21:46:02 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-03 21:46:02 +0000 |
commit | 5aab5941d7d9019d13a5b88619e1f38dab1266ab (patch) | |
tree | 45982e516f7fec341293225fc5285d97a7393102 /chrome_frame/test/net | |
parent | 342727a3b8600a52eb5f367162f504cf5e7207b0 (diff) | |
download | chromium_src-5aab5941d7d9019d13a5b88619e1f38dab1266ab.zip chromium_src-5aab5941d7d9019d13a5b88619e1f38dab1266ab.tar.gz chromium_src-5aab5941d7d9019d13a5b88619e1f38dab1266ab.tar.bz2 |
build fix attempt
BUG=none
Review URL: https://codereview.chromium.org/11308333
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@170818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/net')
-rw-r--r-- | chrome_frame/test/net/fake_external_tab.cc | 2 |
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; } |