| Index: jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| diff --git a/jingle/notifier/communicator/single_login_attempt_unittest.cc b/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| index d5b7418dc15ce80bec37ec3646c2f8a84f660439..d791f4a7fe6d1bff29e7b6c54ed3060e71a7f26c 100644
|
| --- a/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| +++ b/jingle/notifier/communicator/single_login_attempt_unittest.cc
|
| @@ -93,15 +93,13 @@ class SingleLoginAttemptTest : public ::testing::Test {
|
| "auth_mechanism"),
|
| attempt_(new SingleLoginAttempt(login_settings_, &fake_delegate_)) {}
|
|
|
| - virtual void TearDown() override {
|
| - message_loop_.RunUntilIdle();
|
| - }
|
| + void TearDown() override { message_loop_.RunUntilIdle(); }
|
|
|
| void FireRedirect(buzz::XmlElement* redirect_error) {
|
| attempt_->OnError(buzz::XmppEngine::ERROR_STREAM, 0, redirect_error);
|
| }
|
|
|
| - virtual ~SingleLoginAttemptTest() {
|
| + ~SingleLoginAttemptTest() override {
|
| attempt_.reset();
|
| message_loop_.RunUntilIdle();
|
| }
|
|
|