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 8275964139a22e62038249423bfc0d95d3c5bb27..cf2276f706151329868ec56a6cd9978033bea1c1 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; |