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

Unified Diff: chrome/browser/signin/signin_tracker.h

Issue 12086018: GTTF: Add missing virtual destructors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: trybots 4 Created 7 years, 10 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/signin/signin_tracker.h
diff --git a/chrome/browser/signin/signin_tracker.h b/chrome/browser/signin/signin_tracker.h
index 54105aec3ba476a529c72a907b72e569c6fb6e11..90227108572e3cfe2fc136e837d2e174062c8c1a 100644
--- a/chrome/browser/signin/signin_tracker.h
+++ b/chrome/browser/signin/signin_tracker.h
@@ -52,6 +52,8 @@ class SigninTracker : public ProfileSyncServiceObserver,
public:
class Observer {
public:
+ virtual ~Observer() { }
+
// The GAIA credentials entered by the user have been validated.
virtual void GaiaCredentialsValid() = 0;
« no previous file with comments | « chrome/browser/signin/signin_internals_util.h ('k') | chrome/browser/spellchecker/spellcheck_custom_dictionary.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698