Index: chrome/browser/policy/user_info_fetcher.h |
diff --git a/chrome/browser/policy/user_info_fetcher.h b/chrome/browser/policy/user_info_fetcher.h |
index a6e7982a8b3f9a5140ab825dda3758bdd6cd7c29..9f6128ccbf3430065a785f7c029059a5f209012c 100644 |
--- a/chrome/browser/policy/user_info_fetcher.h |
+++ b/chrome/browser/policy/user_info_fetcher.h |
@@ -38,6 +38,9 @@ class UserInfoFetcher : public net::URLFetcherDelegate { |
// error in |error|. Delegate may free the UserInfoFetcher in this |
// callback. |
virtual void OnGetUserInfoFailure(const GoogleServiceAuthError& error) = 0; |
+ |
+ protected: |
+ virtual ~Delegate() { } |
}; |
// Create a new UserInfoFetcher. |context| can be NULL for unit tests. |