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

Unified Diff: chrome/browser/chromeos/login/parallel_authenticator.h

Issue 10386206: RefCounted types should not have public destructors, chromeos edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to r143931 Created 8 years, 6 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: 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,
« no previous file with comments | « chrome/browser/chromeos/login/owner_manager.cc ('k') | chrome/browser/chromeos/login/parallel_authenticator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698