Index: chrome/browser/chromeos/login/parallel_authenticator.cc |
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.cc b/chrome/browser/chromeos/login/parallel_authenticator.cc |
index d6ccdde5d0a8e3812565d45b5a91932cf3bea2b8..cb4758de2353f73b7687d2f4b0f1104657369f3d 100644 |
--- a/chrome/browser/chromeos/login/parallel_authenticator.cc |
+++ b/chrome/browser/chromeos/login/parallel_authenticator.cc |
@@ -181,8 +181,6 @@ ParallelAuthenticator::ParallelAuthenticator(LoginStatusConsumer* consumer) |
OwnershipService::GetSharedInstance()->StartLoadOwnerKeyAttempt(); |
} |
-ParallelAuthenticator::~ParallelAuthenticator() {} |
- |
void ParallelAuthenticator::AuthenticateToLogin( |
Profile* profile, |
const std::string& username, |
@@ -616,6 +614,8 @@ void ParallelAuthenticator::Resolve() { |
} |
} |
+ParallelAuthenticator::~ParallelAuthenticator() {} |
+ |
ParallelAuthenticator::AuthState ParallelAuthenticator::ResolveState() { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
// If we haven't mounted the user's home dir yet, we can't be done. |