Make CallWrappers multiuse.  No longer make CallWrapper->Run() self deleting.  Since the SimpleThread API backs to joinable threads, the common use case makes it simple for the caller to manage the CallWrapper memory, and this makes everything much clearer.  This also allows a CallWrapper's Run() to be called multiple times.  This also moves CallWrapper into the base namespace, which I'm told is all the rage these days.

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


CrOS-Libchrome-Original-Commit: d35df912a93adafcea593382ff12d0a6a15a9f48
5 files changed
tree: 10d40037bdb7f2d00ba56243c955ff94106801ed
  1. base/
  2. build/