Fix compile error in iossim.
commit719aeb237196158cce6f23101d352a6fb89f8979
authorlliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 20 Aug 2012 23:44:24 +0000 (20 23:44 +0000)
committerlliabraa@chromium.org <lliabraa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Mon, 20 Aug 2012 23:44:24 +0000 (20 23:44 +0000)
treee826c1eaf62c73836d660b247123942d8e6d49dd
parente717d28d17331078b28053fa1f0b19012440ad40
Fix compile error in iossim.

A recent clang roll started causing the following warning:
../../../testing/iossim/iossim.mm:215:62: error: expression which evaluates to zero treated as a null pointer constant of type 'BOOL *' (aka 'signed char *') [-Werror,-Wnon-literal-null-conversion].

Just dropping the isDirectory parameter fixes the issue.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/10832399

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152425 0039d316-1c4b-4281-b951-d872f2087c98
testing/iossim/iossim.mm