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

Unified Diff: chromeos/login/login_state_unittest.cc

Issue 15774005: chromeos: Use base::MessageLoop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 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
« no previous file with comments | « chromeos/ime/xkeyboard_unittest.cc ('k') | chromeos/memory/low_memory_listener.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/login_state_unittest.cc
diff --git a/chromeos/login/login_state_unittest.cc b/chromeos/login/login_state_unittest.cc
index 3522e49583cf544b4263bcc5c8a7cafc2dcb3008..49b22e22744862b23c46a1b0c9d29003e207bcfd 100644
--- a/chromeos/login/login_state_unittest.cc
+++ b/chromeos/login/login_state_unittest.cc
@@ -45,7 +45,7 @@ class LoginStateTest : public testing::Test,
}
protected:
- MessageLoopForUI message_loop_;
+ base::MessageLoopForUI message_loop_;
LoginState::LoggedInState logged_in_state_;
LoginState::LoggedInUserType logged_in_user_type_;
« no previous file with comments | « chromeos/ime/xkeyboard_unittest.cc ('k') | chromeos/memory/low_memory_listener.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698