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

Unified Diff: chrome/browser/google_apis/auth_service_interface.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/google_apis/auth_service_interface.h
diff --git a/chrome/browser/google_apis/auth_service_interface.h b/chrome/browser/google_apis/auth_service_interface.h
index 14e3e2eb9dd78d0c7644f788c413e657ab44825a..dd15c05bd3929d8b2c04265186e78c64d7412b9a 100644
--- a/chrome/browser/google_apis/auth_service_interface.h
+++ b/chrome/browser/google_apis/auth_service_interface.h
@@ -27,6 +27,8 @@ typedef base::Callback<void(GDataErrorCode error,
// All functions must be called on UI thread.
class AuthServiceInterface {
public:
+ virtual ~AuthServiceInterface() { }
+
// Adds and removes the observer. AddObserver() should be called before
// Initialize() as it can change the refresh token.
virtual void AddObserver(AuthServiceObserver* observer) = 0;
« no previous file with comments | « chrome/browser/favicon/favicon_handler_delegate.h ('k') | chrome/browser/managed_mode/managed_mode_url_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698