diff options
author | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 16:11:03 +0000 |
---|---|---|
committer | xhwang@chromium.org <xhwang@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-01 16:11:03 +0000 |
commit | 1446016c265d4d9b37b1e422ed2799c97817817c (patch) | |
tree | 47d74009a03d4a617b9e5b3264a3c69ca134ce97 /testing/gmock_mutant.h | |
parent | ff33b18e23fdbfeaa9df0b553e2d4288839816a5 (diff) | |
download | chromium_src-1446016c265d4d9b37b1e422ed2799c97817817c.zip chromium_src-1446016c265d4d9b37b1e422ed2799c97817817c.tar.gz chromium_src-1446016c265d4d9b37b1e422ed2799c97817817c.tar.bz2 |
testing: Use base::MessageLoop.
TBR=stoyan@chromium.org
BUG=236029
Review URL: https://codereview.chromium.org/14305033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing/gmock_mutant.h')
-rw-r--r-- | testing/gmock_mutant.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gmock_mutant.h b/testing/gmock_mutant.h index 158eeb0..90d303e 100644 --- a/testing/gmock_mutant.h +++ b/testing/gmock_mutant.h @@ -47,8 +47,8 @@ // } // // void QuitMessageLoop(int seconds) { -// MessageLoop* loop = MessageLoop::current(); -// loop->PostDelayedTask(FROM_HERE, MessageLoop::QuitClosure(), +// base::MessageLoop* loop = base::MessageLoop::current(); +// loop->PostDelayedTask(FROM_HERE, base::MessageLoop::QuitClosure(), // 1000 * seconds); // } // }; |