Commit 5aab5941 authored by thakis@chromium.org's avatar thakis@chromium.org

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
parent 342727a3
...@@ -168,7 +168,7 @@ class FakeMainDelegate : public content::ContentMainDelegate { ...@@ -168,7 +168,7 @@ class FakeMainDelegate : public content::ContentMainDelegate {
void FilterDisabledTests() { void FilterDisabledTests() {
if (::testing::FLAGS_gtest_filter.length() && if (::testing::FLAGS_gtest_filter.length() &&
::testing::FLAGS_gtest_filter.Compare("*") != 0) { ::testing::FLAGS_gtest_filter != "*") {
// Don't override user specified filters. // Don't override user specified filters.
return; return;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment