diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-10 00:55:07 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-10 00:55:07 +0000 |
commit | 6f3c13c94a60a3064d2c93e939ce1e75461be301 (patch) | |
tree | b2ea31a91747a9e6236e3104cd123c48d3aec783 /testing/gmock_mutant.h | |
parent | d64fb7d1b4b52f2e6d0b9baf7c36fb58ca63b902 (diff) | |
download | chromium_src-6f3c13c94a60a3064d2c93e939ce1e75461be301.zip chromium_src-6f3c13c94a60a3064d2c93e939ce1e75461be301.tar.gz chromium_src-6f3c13c94a60a3064d2c93e939ce1e75461be301.tar.bz2 |
Remove MessageLoop::QuitTask() from testing/
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8879028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/gmock_mutant.h')
-rw-r--r-- | testing/gmock_mutant.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/gmock_mutant.h b/testing/gmock_mutant.h index 7e991f0..20a2495 100644 --- a/testing/gmock_mutant.h +++ b/testing/gmock_mutant.h @@ -48,7 +48,7 @@ // // void QuitMessageLoop(int seconds) { // MessageLoop* loop = MessageLoop::current(); -// loop->PostDelayedTask(FROM_HERE, new MessageLoop::QuitTask, +// loop->PostDelayedTask(FROM_HERE, MessageLoop::QuitClosure(), // 1000 * seconds); // } // }; |