Index: chrome/browser/chromeos/login/login_utils_browsertest.cc |
diff --git a/chrome/browser/chromeos/login/login_utils_browsertest.cc b/chrome/browser/chromeos/login/login_utils_browsertest.cc |
index aee7cdaad9b15c5984a7d472bf8fd3382964fc52..4c8444364a1bbb0cb737cb14097f651f63d808fc 100644 |
--- a/chrome/browser/chromeos/login/login_utils_browsertest.cc |
+++ b/chrome/browser/chromeos/login/login_utils_browsertest.cc |
@@ -108,9 +108,9 @@ class LoginUtilsTest : public testing::Test, |
static_cast<TestingBrowserProcess*>(g_browser_process)), |
local_state_(browser_process_), |
ui_thread_(content::BrowserThread::UI, &loop_), |
+ db_thread_(content::BrowserThread::DB), |
file_thread_(content::BrowserThread::FILE, &loop_), |
io_thread_(content::BrowserThread::IO), |
- db_thread_(content::BrowserThread::DB), |
mock_async_method_caller_(NULL), |
connector_(NULL), |
cryptohome_(NULL), |
@@ -369,9 +369,9 @@ class LoginUtilsTest : public testing::Test, |
ScopedTestingLocalState local_state_; |
content::TestBrowserThread ui_thread_; |
+ content::TestBrowserThread db_thread_; |
content::TestBrowserThread file_thread_; |
content::TestBrowserThread io_thread_; |
- content::TestBrowserThread db_thread_; |
scoped_ptr<IOThread> io_thread_state_; |
MockDBusThreadManager mock_dbus_thread_manager_; |