Index: chrome/browser/chromeos/login/parallel_authenticator.h |
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.h b/chrome/browser/chromeos/login/parallel_authenticator.h |
index 465fa238024c0c112aa85a5d18a90a889585a713..8410ef3d679a58fb00739aaceaecc7cc6b8fc494 100644 |
--- a/chrome/browser/chromeos/login/parallel_authenticator.h |
+++ b/chrome/browser/chromeos/login/parallel_authenticator.h |
@@ -67,7 +67,6 @@ class ParallelAuthenticator : public Authenticator, |
}; |
explicit ParallelAuthenticator(LoginStatusConsumer* consumer); |
- virtual ~ParallelAuthenticator(); |
// Authenticator overrides. |
virtual void CompleteLogin(Profile* profile, |
@@ -145,6 +144,9 @@ class ParallelAuthenticator : public Authenticator, |
void OnOffTheRecordLoginSuccess(); |
void OnPasswordChangeDetected(); |
+ protected: |
+ virtual ~ParallelAuthenticator(); |
+ |
private: |
friend class ParallelAuthenticatorTest; |
FRIEND_TEST_ALL_PREFIXES(ParallelAuthenticatorTest, |