diff options
author | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-20 11:51:28 +0000 |
---|---|---|
committer | vandebo@chromium.org <vandebo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-20 11:51:28 +0000 |
commit | 87738f7d5cdb54e524520144f28baa78e38098e2 (patch) | |
tree | 3c1db8b038a88450c85a4703b5f399ad9e23f942 /remoting | |
parent | a077da7b45007de882a8d843ad084ff2eba14c2f (diff) | |
download | chromium_src-87738f7d5cdb54e524520144f28baa78e38098e2.zip chromium_src-87738f7d5cdb54e524520144f28baa78e38098e2.tar.gz chromium_src-87738f7d5cdb54e524520144f28baa78e38098e2.tar.bz2 |
Revert 211956 "base: Change WeakPtr to use SequenceChecker inste..."
As well as revert 212725 "base: Make SequenceChecker death tests multi-threads work correctly."
See http://crbug.com/261448
> base: Change WeakPtr to use SequenceChecker instead of ThreadChecker.
>
> This will enable WeakPtr to be used in SequencedWorkerPool, et al. with a sequence token.
>
> This is a continuation of issue: https://chromiumcodereview.appspot.com/18231002/
>
> The original issue got messed up by a rietveld bug, so refer there for history and comments.
>
> BUG=165590
>
> Review URL: https://chromiumcodereview.appspot.com/18501008
TBR=tommycli@chromium.org
Review URL: https://chromiumcodereview.appspot.com/19695005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@212780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/host/audio_capturer_win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/host/audio_capturer_win.h b/remoting/host/audio_capturer_win.h index 1a7ddad..c871bca 100644 --- a/remoting/host/audio_capturer_win.h +++ b/remoting/host/audio_capturer_win.h @@ -10,7 +10,6 @@ #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" |