Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: jingle/notifier/communicator/single_login_attempt_unittest.cc

Issue 14307021: jingle: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 4d009c2b1d1704154a1f7cc92e66040f55f0f2de..fcfbe77e281651a1df0009df8b8a20672529aeff 100644
--- a/jingle/notifier/communicator/single_login_attempt_unittest.cc
+++ b/jingle/notifier/communicator/single_login_attempt_unittest.cc
@@ -106,7 +106,7 @@ class SingleLoginAttemptTest : public ::testing::Test {
}
private:
- MessageLoop message_loop_;
+ base::MessageLoop message_loop_;
const LoginSettings login_settings_;
protected:

Powered by Google App Engine
This is Rietveld 408576698