| Index: chrome_frame/test/ready_mode_unittest.cc
|
| diff --git a/chrome_frame/test/ready_mode_unittest.cc b/chrome_frame/test/ready_mode_unittest.cc
|
| index 6022d26aef4f6c0568756ee8cd6b95424fc905a2..6a508a2b7402f0d89304b5b99418eb4866d7097c 100644
|
| --- a/chrome_frame/test/ready_mode_unittest.cc
|
| +++ b/chrome_frame/test/ready_mode_unittest.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -213,7 +213,8 @@ class ReadyPromptWindowButtonTest : public ReadyPromptWindowTest {
|
|
|
| void RunUntilCloseInfobar() {
|
| EXPECT_CALL(frame_, CloseInfobar()).WillOnce(QUIT_LOOP(message_loop_));
|
| - ASSERT_NO_FATAL_FAILURE(message_loop_.RunFor(5)); // seconds
|
| + ASSERT_NO_FATAL_FAILURE(message_loop_.RunFor(
|
| + base::TimeDelta::FromSeconds(5)));
|
| }
|
|
|
| chrome_frame_test::TimedMsgLoop message_loop_;
|
|
|