diff options
author | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-30 19:26:40 +0000 |
---|---|---|
committer | tommycli@chromium.org <tommycli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-30 19:26:40 +0000 |
commit | d52426cf3429ee05807a97c7c22ed16494abb774 (patch) | |
tree | a7c9aa2c1b3974c8e985e577afbce7cc1803276a /remoting | |
parent | 71316604afb68ed5926ff25dc952c4d14000d2c1 (diff) | |
download | chromium_src-d52426cf3429ee05807a97c7c22ed16494abb774.zip chromium_src-d52426cf3429ee05807a97c7c22ed16494abb774.tar.gz chromium_src-d52426cf3429ee05807a97c7c22ed16494abb774.tar.bz2 |
base: Re-re-apply WeakPtr support for SequencedWorkerPools
This is a continuation of https://codereview.chromium.org/20163004/#ps55001 and identical to Patchset 4. I'm adding back some death test threadsafe flags that got dropped from the re-apply.
In other words, this CL is:
https://codereview.chromium.org/20163004/#ps55001 +
https://codereview.chromium.org/19617002/
Feel free to revert if it causes issues again.
TBR=akalin,darin,dewittj,rnk
BUG=165590
Review URL: https://codereview.chromium.org/20754006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214411 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/audio_capturer_win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/audio_capturer_win.h b/remoting/host/audio_capturer_win.h index c871bca..1a7ddad 100644 --- a/remoting/host/audio_capturer_win.h +++ b/remoting/host/audio_capturer_win.h @@ -10,6 +10,7 @@ #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" +#include "base/threading/thread_checker.h" #include "base/timer/timer.h" #include "base/win/scoped_co_mem.h" #include "base/win/scoped_comptr.h" |