Fix is_convertible for windows.

It turns out that if you nest a template inside the initializer list of another template, the namelookup in windows gets all funky.  In this case, it couldn't tell that the found name was a function.

Luckily, we could just move the template parameters one level deeper.

BUG=none
TEST=unittests & trybots.

Review URL: http://codereview.chromium.org/6537001

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


CrOS-Libchrome-Original-Commit: ba019acba16af46f1cfcd48f55668d430290f8b6
2 files changed
tree: 2cf55f6cebbc4b5b073d905f560d645d67b4d5df
  1. base/
  2. build/
  3. ipc/
  4. testing/